Skip to content

Commit

Permalink
add fake analog for SPI access
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiqio committed Jan 30, 2016
1 parent ea15790 commit 217d91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArdhatFirmata.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
#define NAV A7
#define nPIPWR A3

#define TOTAL_ANALOG_PINS 10 // 8 real +2 fake for easy access to extra values from Ardhat
#define TOTAL_PINS 24 // 14 digital + 10 analog

/*==============================================================================
* GLOBAL VARIABLES
Expand Down

0 comments on commit 217d91c

Please sign in to comment.