COSA
An Object-Oriented Platform for Arduino Programming
LCD_Keypad_map.cpp
Go to the documentation of this file.
1 
21 #include "Cosa/LCD.hh"
22 
23 const uint16_t LCD::Keypad::m_map[] __PROGMEM = {
24  1000, 700, 400, 300, 100, 0
25 };
const uint16_t LCD::Keypad::m_map[] __PROGMEM