Files

copied
Last update 6 years 1 week by Unknown
Filesteensy-firmware
..
src
teensy-firmware.ino
teensy-firmware.ino
/** * @brief Teensy's firmware for phoenix Soccer robots * This firmware aim to offer full control of teensy I/O pins via * either RS232 (Serial) or SPI protocol. * By doing so, it's possible to move all the logic operations on a better computing device like * a Raspberry PI or Odroid. * * @file teensy-firmware.ino * @author Emanuele Giacomini * @date 2018-04-14 */ void setup() { } void loop() { }
Report a bug