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" 00002 BusOut seg(D7,D6,D2,D3,D4,D5,D0); 00003 00004 int main() { 00005 const int number[10]= { 00006 0x7E, 00007 0x30, 00008 0x6D, 00009 0x79, 00010 0x33, 00011 0x5B, 00012 0x1F, 00013 0x70, 00014 0x7F, 00015 0x73 00016 }; 00017 while(1) { 00018 for(int i=0;i<=9;i++){ 00019 seg=number[i]; 00020 wait(0.5); 00021 } 00022 } 00023 }
Generated on Tue Aug 9 2022 20:55:16 by
1.7.2