1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Arti Zirk 3c69228743 Fixes for new gcc 2016-12-18 23:19:10 +02:00
Arti Zirk 6cb4dd0157 Merge https://gitlab.com/I237-2016/skeleton 2016-12-18 14:27:18 +02:00
Silver Kits 6751621dbe Remove unused swdefs include from SPI library 2016-12-05 12:19:33 +02:00
Silver Kits c55ff6b1c0 Add SPI and RFID-RC522 pin definitions for Arduino Mega 2016-12-05 12:12:03 +02:00
Silver Kits 4dde6ad12f Add SPI and RFID-RC522 libraries from https://github.com/matejx/avr_lib 2016-12-05 12:10:38 +02:00
Arti Zirk 6efb7921ff Merge branch 'master' of https://gitlab.com/I237-2016/skeleton 2016-12-01 14:41:42 +02:00
Silver Kits d6fdf0ac12 Change microrl library configuration to be suitable for student labs 2016-11-21 10:28:23 +02:00
Silver Kits 6fa1c472b1 Fix microrl compile error:
lib/helius_microrl/microrl.c:476:22: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
2016-11-21 10:26:55 +02:00
Silver Kits a4b86db84a Add micro read line library from https://github.com/Helius/microrl 2016-11-21 10:23:27 +02:00
Arti Zirk 079a8ff367 Merge branch 'master' of https://gitlab.com/I237-2016/skeleton 2016-11-06 18:52:37 +02:00
Silver Kits 8b7377dff3 Add interrupt driven UART library from https://github.com/andygock/avr-uart 2016-10-31 20:13:51 +02:00
Arti Zirk a836b3a624 Remove executable bit from lcd library 2016-10-10 20:33:24 +03:00
Silver Kits 82554947db Fix hd44780.h 2016-10-10 11:53:22 +03:00
Silver Kits 6dac14ab59 Fix hd44780 formatting and add modifications descriptions to files headers 2016-10-10 11:44:30 +03:00
Silver Kits 51951fcea1 Fix and change hd44780 LCD row and col positions 2016-10-10 11:34:43 +03:00
Silver Kits 4b3ada594b Add function to clear screen only starting from given position to given length 2016-10-04 22:03:41 +03:00
Silver Kits 2f5451d76e Amend lcd_goto() to be safe and not move cursor outside of screen limits and add screen positions definitions 2016-10-04 22:00:20 +03:00
Silver Kits 0825cd2f44 Add Arduino 1602LCD Shield settings and LCD lib usage to the project 2016-10-04 21:56:44 +03:00
Silver Kits aec36f1ae2 Fix LCD lib include paths and header file 2016-10-04 21:52:54 +03:00
Silver Kits 801f825c6b Add LCD1602 library from http://community.atmel.com/projects/hd44780-library 2016-10-04 21:42:04 +03:00