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.
main.cpp
- Committer:
- nyengele
- Date:
- 2016-04-25
- Revision:
- 9:48e93bcd1d5c
- Parent:
- 1:0e5e9821d89d
- Child:
- 10:c3556e27e576
File content as of revision 9:48e93bcd1d5c:
#include "mbed.h" #include "lib.h" Serial mag_card(p13, p14); Serial android(USBTX, USBRX); FPScanner fp(p9, p10); uLCD_4DGL lcd(p28, p27, p30); PwmOut speaker(p21); // Flash Memory SPI spi(p5, p6, p7); // MOSI, MISO, CLK DigitalOut cs(p20); // Chip Select int main() { }