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 1802d9a6b2 mkfl 9 years ago
..
Makefile mkfl 9 years ago
README.md added examples folder 9 years ago
lcd_config.h added some examples, shortened some lcd functions 9 years ago
lcd_test.c added stream system & improved LCD string handling (crlf) 9 years ago
lib added examples folder 9 years ago
sonar_simple.c added stream system & improved LCD string handling (crlf) 9 years ago
sonar_to_lcd.c added Sonar -> LCD example 9 years ago
uart_echo_rot13.c added rot13 uart example 9 years ago
uart_isr.c fixed uart_isr example 9 years ago
uart_keyhandler.c added keyhandler example 9 years ago
uart_simple.c added stream system & improved LCD string handling (crlf) 9 years ago
uart_stream.c improved some 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.

To try to build and flash an example, first change the MAIN field in the Makefile to it's name.