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.
Nboard.h
00001 #include "mbed.h" 00002 #include "IHM.h" 00003 #define Ana0 000 00004 #define Ana1 001 00005 #define Ana2 010 00006 #define Ana3 011 00007 #define Ana4 100 00008 #define Ana5 101 00009 #define AnIn 110 00010 #define Ana7 111 00011 00012 00013 DigitalOut led0(PB_3), led1(PA_7),led2(PA_6),led3(PA_5),led4(PA_3),led5(PA_1),led6(PA_0),led7(PA_2); 00014 DigitalIn bp(PA_9, PullUp),bou1(PA_10,PullUp),bou2(PB_0,PullUp),bou3(PB_7,PullUp); 00015 BusOut Bus8Leds(PB_3,PA_7,PA_6,PA_5,PA_3,PA_1,PA_0,PA_2); 00016 BusOut BusSelMux(PF_0,PF_1,PA_8); 00017 AnalogIn AnaIn(PB_1);
Generated on Sat Jul 16 2022 09:44:04 by
1.7.2