Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Adafruit_GFX Adafruit_ST7735 INA219 MODSERIAL MbedJSONValue mbed-rtos mbed
Outputs.h
00001 #ifndef OUTPUTS_H 00002 #define OUTPUTS_H 00003 00004 #include "Adafruit_ST7735.h" 00005 00006 Adafruit_ST7735 tft(p11, p12, p13, p16, p14, p15); // MOSI, MISO, SCLK, SSEL, TFT_DC, TFT_RST 00007 DigitalOut RPiLED(p30); // LED to show RPi is active 00008 DigitalOut utilityLED(p29); // LED to show Utility Port is active 00009 DigitalOut batteryOneLowLED(p26); // LED to show Battery One voltage is low 00010 DigitalOut batteryTwoLowLED(p25); // LED to show Battery Two voltage is low 00011 //DigitalOut loggingLED(p24); // LED to show logging is active 00012 00013 #endif
Generated on Wed Jul 13 2022 02:31:29 by
