Arduino_STM32/STM32F1/libraries/LiquidCrystal
Roger Clark c2243ff004 Removed stm32f2 files and F1 unused support files 2016-05-08 14:34:09 +10:00
..
LiquidCrystal.cpp Removed non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable 2015-04-07 20:57:51 +10:00
LiquidCrystal.h renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00