Skip to content

Commit

Permalink
setting up input also
Browse files Browse the repository at this point in the history
  • Loading branch information
damian authored and damian committed Jul 14, 2011
1 parent 238527e commit a2f4349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Wind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void Wind::setup( ofxXmlSettings& data )

#ifdef SCREEN
screen.setup( "/dev/spidev1.1", /*SPI_CPHA | SPI_CPOL*/0, 40000000 );
input.setup( "/dev/spidev1.0", 0, 10000000 );
#endif

// gui
Expand Down

0 comments on commit a2f4349

Please sign in to comment.