Skip to content

Commit

Permalink
added dds_begin
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Nov 13, 2022
1 parent 8286d18 commit 0cf8979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ void setup() {

EEPROM.begin(512);

dds_begin(26);

#ifndef ARDUINO_ARCH_RP2040
Serial.println("This code is written for the Raspberry Pi Pico hardware.");
#endif
Expand Down

0 comments on commit 0cf8979

Please sign in to comment.