Skip to content

Commit

Permalink
Add pulse saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan2909 authored Nov 18, 2022
1 parent 846c286 commit e69b055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ radio.setGroup(0);
snore.initialise();

radio.onReceivedValue(snore.receiveData);
radio.onReceivedString(snore.recievePulse);

loops.everyInterval(snore.intervalSize, snore.storeData);

0 comments on commit e69b055

Please sign in to comment.