Fix hd44780 formatting and add modifications descriptions to files headers
This commit is contained in:
parent
51951fcea1
commit
6dac14ab59
822
lib/hd44780_111/hd44780.c
Executable file → Normal file
822
lib/hd44780_111/hd44780.c
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,10 @@
|
||||
Title : HD44780 Library
|
||||
Author : SA Development
|
||||
Version: 1.11
|
||||
Modifications for: Arduino Mega 2560
|
||||
Itead Studio Arduino 1602 LED Keypad Shield
|
||||
Modified by: Silver Kits <silver.kits@eesti.ee> October 2016
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef HD44780_H
|
||||
#define HD44780_H
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
/*****************************************************************************
|
||||
Title : HD44780 Library
|
||||
Author : SA Development
|
||||
Version: 1.11
|
||||
Modifications for: Arduino Mega 2560
|
||||
Itead Studio Arduino 1602 LED Keypad Shield
|
||||
Modified by: Silver Kits <silver.kits@eesti.ee> October 2016
|
||||
*****************************************************************************/
|
||||
#ifndef HD44780_SETTINGS_H
|
||||
#define HD44780_SETTINGS_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user