mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
ec52df991c
Instead of requiring every program to specify the HAL related modules, let the build system do it (in practice everything we compiled depended on HAL anyway). This allow including only the necessary files in the compilation. |
||
---|---|---|
.. | ||
LCDTest.cpp | ||
LCrystal.cpp | ||
LCrystal.h | ||
make.inc | ||
Makefile | ||
nobuild.txt | ||
nocore.inoflag | ||
README |
This is a quick test app based on the Arduino LiquidCrystal library, modified to use an AP_HAL instead of the Arduino core. I tested it with a Freetronics 16x2 LCD shield v2 on an Arduino Mega 2560. Pat Hickey, 23 Aug 2012