diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-02 11:31:18 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-02 11:31:18 +0200 |
commit | 028c7f8c571ea2d9ad1910b196a8788d06dcc203 (patch) | |
tree | 14c7724828b920d6a688b9e3f1de4a41d3510d7c /charLCD/conffile | |
parent | 546260b09ed7c424362ca8f6d164d4946ba4c6a4 (diff) | |
download | avr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.tar.gz avr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.tar.bz2 avr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.zip |
Move external devices to separated repositopries
Diffstat (limited to 'charLCD/conffile')
-rw-r--r-- | charLCD/conffile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/charLCD/conffile b/charLCD/conffile deleted file mode 100644 index 04d8c26..0000000 --- a/charLCD/conffile +++ /dev/null @@ -1,18 +0,0 @@ -menu "charLCD" "Character LCD I2C display" - -CHARLCD_ADDRESS: - type hex - nodefault - menu "I2C Address" - -CHARLCD_CHARS: - type int - nodefault - menu "LCD character count" "Number of characters of display per line" - -CHARLCD_LINES: - type int - nodefault - menu "LCD lines count" "Number of lines of display" - -endmenu |