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.
system.h
00001 /******************************************************************************* 00002 system.h -> fichier de configuration 00003 00004 Lignes en Entrées/Sorties 00005 Lignes en Entrées analogiques 00006 Lignes associées aux bus (série, I2C, SPI) 00007 *******************************************************************************/ 00008 00009 Serial pc(USBTX, USBRX); // Dialogue UART par USB à 9600 Baud sur carte Nucléo 00010 00011 DigitalOut DEL(LED1); // Ligne PB_3 sur la carte Nucléo 00012 DigitalOut DEL_R(PB_0); // DEL rouge sur carte CPU 00013 DigitalOut DEL_V(PB_1); // DEL verte sur carte CPU 00014
Generated on Tue Sep 12 2023 12:20:30 by
