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_128x64 DS3231 PinDetect SDFileSystem USBDevice mbed RealtimeMath MODSERIAL
output.cpp
- Committer:
- ellingjp
- Date:
- 2014-05-08
- Revision:
- 1:93723df61425
File content as of revision 1:93723df61425:
#include "mbed.h" #include "output.h" #include "USBSerial.h" #include "Adafruit_SSD1306.h" //Virtual serial port over USB #ifdef PC_DEBUG USBSerial pc; #endif // Display #ifdef OLED_DEBUG SPI spi0(P0_9, NC, P0_10); // mosi, miso, sclk Adafruit_SSD1306 oled(spi0, P0_11, P0_12, P0_13); // MOSI, MISO, SCLK SPI0 #endif