Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.07 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.07 KB

Contents

  • libard contains Arduino-style libraries. Thelibrary.properties file may restrict the architecture for which the libary is good for. To install any of these libraries, make symlinks from your ~/Arduino/libraries directory to each directory under libard. Unit tests, where present, usually expect googletest.

    • DevNull is a /dev/null-like Stream subclass.
  • arduino Generic Arduino sketches, should work on most variants.

  • teensy Stuff based on the Teensy 3.2. May work on other Teensy 3.* modules.

  • esp8266 Stuff based on ESP12 family, and only tested on the Huzzah 8266. May work on other ESP12-based boards.

    • ammeter An Amps/Volts/Watts meter with a cute little LCD display.
  • digispark Stuff based on the original DigiSpark. May also work with the Adafruit Trinket or other ATMicro85 boards.

  • kicad Stuff you may find useful if you use the KiCad EDA (They do not understand the concept of https)

Licenses'n'things

  • Anything here that is entirely mine feel free to use with some appropriate attribution. If you find it useful, tell me, or buy me a beer when and if we meet. If you make changes, be nice and say who you got the original from. If you manage to make money out of it, it would be nice to give me a cut, but I have no way of enforcing that. The open-source world will be a lot better if we can keep the lawyers out of it by playing fair.

  • Not everything here is entirely my own writing. Whenever I have used other people's work, I have tried to give proper attribution. If I have missed something, please submit an issue and I will fix the problem as soon as I can.