/Arduino

My Arduino proyects

Primary LanguageC++MIT LicenseMIT

Arduino

My Arduino projects, some sketches, other libraries. Each has its own README.md file

Projects

  • autito An imaginary car. Handles a DC motor for propulsion, a servo for direction and a buzzer as a horn, via a Joystick
  • autito-int Same as above, but the button is handled via interrupts
  • autito-remote Handles the same hardware both locally as per de above and also via commands sent through the USB connection and reports status to display in remote console

Libraries

The following inherit from Task in SoftTimer

  • TunePlayer Allows simple tunes to be played in a buzzer.
  • Potenciometro Simplifies reading of a potentiometer.
  • CurrentSensort Allows polling and averaging of the ACS-712 current sensor.