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
00001 #include "mbed.h" //header file 00002 00003 #include "LCD.h" // librairie TextLCD 00004 00005 TextLCD lcd(D2,D3,D4,D5,D6,D7); 00006 int main() { 00007 lcd.printf("ST Nucleo L432KC"); // affichage sur la ligne 0 00008 lcd.locate(0,1); // positionnement du curseur en colonne 0 et ligne 1 00009 lcd.printf("Affiche. LCD 16x2");// affichage sur la ligne 1 00010 } 00011
Generated on Thu Jul 21 2022 13:30:31 by
1.7.2