porklib: Simple library for programming Arduino in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
avr-lib/examples
Ondřej Hruška 287fa598c5 update docs to indicate that SIPO works also for 595 9 years ago
..
blinky Improved examples 9 years ago
dht11 new examples 9 years ago
lcd_test Improved examples 9 years ago
onewire_DS1820 new examples 9 years ago
sipo_pwm_74xx4094_595 update docs to indicate that SIPO works also for 595 9 years ago
sonar_lcd Improved examples 9 years ago
sonar_simple Improved examples 9 years ago
uart_echo_rot13 Improved examples 9 years ago
uart_isr Improved examples 9 years ago
uart_keyhandler Improved examples 9 years ago
uart_simple Improved examples 9 years ago
uart_stream Improved examples 9 years ago
.gitignore Improved examples 9 years ago
README.md new examples 9 years ago

README.md

Library usage examples

Those examples should work, but they are mostly just a reference on how to use different parts of the library.

Makefiles in the directories should work, but may be outdated. Please use Makefile.example for new projects.

Some more examples can be found in repo MightyPork/avr-projects