jamesmack / third-eye

Our final project for CENG/ELEC/SENG 490.
MIT License
0 stars 0 forks source link

Disable data request on connection #10

Closed jamesmack closed 9 years ago

jamesmack commented 9 years ago

The iPhone app populates the data in the app by querying the state of the pins on the board. The Arduino should probably just report that it doesn't have any pins to read, which should solve this (or cause bad things).

jamesmack commented 9 years ago

See fed4bff71a4d4afc50a0f3361db9eb74e41d1aa6 (iPhone no longer queries for data).