Skip to content

Commit

Permalink
Revert changes to USE_
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Nov 13, 2017
1 parent a150712 commit 80a2df9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/WaspUIO/WaspUIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
******************************************************************************/

// We cannot enable everything at the same time or we run out of program memory
#define USE_AGR true
#define USE_I2C false // I include here OneWire as well
#define USE_SDI false
#define USE_AGR false
#define USE_I2C true // I include here OneWire as well
#define USE_SDI true
#define FRAME_BINARY true

#include <inttypes.h>
Expand Down

0 comments on commit 80a2df9

Please sign in to comment.