SoonerRobotics / robomagellan-2019

Sooner Competitive Robotics code base for the 2019 Robogames RoboMagellan competition
http://ou.edu/scr/
4 stars 0 forks source link

Transceiver: Get data from remote switch #16

Closed jkleiber closed 5 years ago

jkleiber commented 5 years ago

Goal Pause and stop the robot with a button using the sender and receiver code in the transceiver project.

Incremental Steps Add and test code for communicating between Arduinos using two push button switches.

jkleiber commented 5 years ago

Chip select not: normal chip select, where a LOW signal enables the chip Chip enable: Selects if chip is transmitting or receiving. HIGH = transmit, LOW = receive