porklib: Simple library for programming Arduino in C
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
avr-lib/examples
Ondřej Hruška 72964684e4 refactoring and cleaning 11年前
..
Makefile refactoring and cleaning 11年前
README.md added examples folder 11年前
lcd_config.h refactoring and cleaning 11年前
lcd_test.c added stream system & improved LCD string handling (crlf) 11年前
lib added examples folder 11年前
sonar_simple.c added stream system & improved LCD string handling (crlf) 11年前
sonar_to_lcd.c refactoring and cleaning 11年前
uart_echo_rot13.c added rot13 uart example 11年前
uart_isr.c fixed uart_isr example 11年前
uart_keyhandler.c refactoring and cleaning 11年前
uart_simple.c added stream system & improved LCD string handling (crlf) 11年前
uart_stream.c improved some examples 11年前

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.