Skip to content

Commit

Permalink
Update compile_config.h (#156)
Browse files Browse the repository at this point in the history
* Update signalduino.h

Add all pins as input pullup
  • Loading branch information
sidey79 committed May 26, 2021
1 parent 529e6ff commit 00089bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/compile_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
* ****************************************
*/

#define PROGVERS "3.5.0-dev+20201221"

#define PROGVERS "3.5.0-dev+20210420"

#ifdef OTHER_BOARD_WITH_CC1101
#define CMP_CC1101
Expand Down Expand Up @@ -118,4 +119,4 @@
#endif


#endif /* END _COMPILE_CONFIG_h */
#endif /* END _COMPILE_CONFIG_h */
5 changes: 3 additions & 2 deletions src/signalduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ void setup() {
; // wait for serial port to connect. Needed for native USB
}



for (uint8_t i=2;i<13;i++) {
pinAsInputPullUp(i);
}
//delay(2000);
pinAsInput(PIN_RECEIVE);
pinAsOutput(PIN_LED);
Expand Down

0 comments on commit 00089bb

Please sign in to comment.