This is made easy by the TEXT LCD library. The schematic shows how to connect up the 16×2 LCD to the MBEd Schematic Code #include “mbed.h” #include “TextLCD.h” TextLCD lcd(p15,…
Category:
mbed Examples
-
-
This was an RGB Led breakout example Red connected to Pin 23 Green connected to pin 22 Blue connected to pin 21 The code example simply cycles through the 3…