mirror of
1
0
Fork 0
Commit Graph

19 Commits

Author SHA1 Message Date
Mika Tuupola 780bec6cb9 Move uart stuff to external file. Working digital_read() function. 2011-10-09 21:19:14 +03:00
Mika Tuupola adae63b499 Comments and whitespace. 2011-10-09 01:43:30 +03:00
Mika Tuupola 91025af29e Reset ringbuffer when calling uart_init() 2011-10-09 01:42:27 +03:00
Mika Tuupola 55056f94f0 Whitespace. 2011-10-05 23:43:17 +03:00
Mika Tuupola 7aa4de63c6 Asynchronous UART example. 2011-10-05 23:41:19 +03:00
Mika Tuupola 5bf932c6f5 Add uart hello world. 2011-10-05 22:03:53 +03:00
Mika Tuupola 7950677939 Tabs to spaces. 2011-09-16 22:50:37 +03:00
Mika Tuupola ebaf86a86c Whitespace. 2011-03-27 01:06:45 +02:00
Mika Tuupola e0ab879526 Digital 8bit read from AVR ports PORTD3..7 PORTD0..1. 2011-03-27 01:04:22 +02:00
Mika Tuupola fabb6dde3f Move files to root. 2011-03-14 23:10:53 +02:00
Mika Tuupola a3033f2727 Apparently my TIL311 has different pin layout. Clean up bitwise operations. 2011-03-14 23:10:19 +02:00
Mika Tuupola 9c2adc3270 Upgrade to better Makefile. 2011-03-14 21:22:29 +02:00
Mika Tuupola bc7afa8389 Move files to root. 2011-03-14 21:21:24 +02:00
Mika Tuupola 6c6e3efaf8 Move files to root. 2011-03-14 21:18:21 +02:00
Mika Tuupola c40c885a78 Update header. 2011-03-14 21:16:49 +02:00
Mika Tuupola 2c5d583519 Upgrade to better Makefile. 2011-03-14 21:16:10 +02:00
Mika Tuupola b9a7ad4a88 Example of writing value directly to PORTD. 2009-12-25 17:55:36 +02:00
Mika Tuupola cbfdba0f68 Example code how to drive TIL311 led display.
Loops through 0-F and displays it on TIL311. Pure C version. Datasheet can be found at:

http://mouser.com/catalog/specsheets/til311-e4.PDF
2009-12-24 18:38:56 +02:00
Mika Tuupola 03633c5689 Blink led at Arduino pin 13. Pure C version. 2009-12-24 18:27:04 +02:00