dotmpe / arduino-docs

My Arduino sketches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-docs

Master: master branch CI status Dev: dev branch CI status

My Arduino sketch folder

  • My first "Arduino's" where BB atmega328P, elm-chan-style TQFP, and one mega1284p.
  • The first modules I bought where JeeNode's JeeLabs and a collection of JeePort modules
  • Main doc for notes on "headless" build setup.

  • Prototype notes on using GIT history with derived files.

  • Blink is always a usefull starting point


Prototype/TempGuard Mpe/Cassette328P Mpe/Cassette328P/ Misc/LCFrequencyMeter/ Misc/SinePWM/ Misc/nokia_pcd8544_display_testing

Other notes:

Misc


With arduino-cli

  arduino-cli compile -b arduino:avr:pro --build-properties build.extra_flags=-DBLINK_PIN=13 Prototype/Blink
  arduino-cli upload -v -b arduino:avr:pro -p /dev/ttyUSB1 Prototype/Blink

About

My Arduino sketches

License:MIT License


Languages

Language:C++ 42.5%Language:C 29.1%Language:Assembly 10.1%Language:HTML 7.3%Language:Makefile 4.0%Language:PHP 2.4%Language:Processing 1.6%Language:Python 0.7%Language:JavaScript 0.6%Language:CSS 0.6%Language:Scala 0.3%Language:Lua 0.2%Language:Objective-C 0.2%Language:Shell 0.2%Language:Perl 0.1%Language:CMake 0.1%Language:Tcl 0.0%