hugh b / Mbed 2 deprecated lm3513

Dependencies:   mbed

Committer:
hughbellinger
Date:
Sun May 22 20:22:36 2022 +0000
Revision:
0:2627dc00798f
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hughbellinger 0:2627dc00798f 1 LCD DISPLAY
hughbellinger 0:2627dc00798f 2
hughbellinger 0:2627dc00798f 3 #include "mbed.h"
hughbellinger 0:2627dc00798f 4 #include "TextLCD.h"
hughbellinger 0:2627dc00798f 5 TextLCD lcd(p15,p16,p17,p18,p19,p20);
hughbellinger 0:2627dc00798f 6 int main()
hughbellinger 0:2627dc00798f 7 {
hughbellinger 0:2627dc00798f 8 lcd.printf("sankar");
hughbellinger 0:2627dc00798f 9 }