Mjerenje napona - 03.11

Dependencies:   TextLCD mbed

Fork of VT3_Fili_Pervan by Applied engineering Team

main.cpp

Committer:
fpervan
Date:
2016-11-24
Revision:
8:849a81143e0c
Parent:
7:90c8a704c9f0

File content as of revision 8:849a81143e0c:

#include "mbed.h"
#include "TextLCD.h"
 TextLCD lcd(p19, p20, p21, p22, p23, p24,TextLCD::LCD8x2);
int main() {
lcd.printf("Hello World!");
}