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.
Fork of BCD_GUIA2 by
main.cpp
00001 #include "BCDSEG.h" 00002 00003 int numero; 00004 AnalogIn pot(A0); 00005 float p; 00006 int unid,dece; 00007 int main() 00008 { 00009 anodoo peinado; 00010 peinado.visual(D6,D7,D8,D9,D10,D11,D12); 00011 while(1) 00012 { 00013 p = (pot.read_u16()*0.00005); 00014 dece=p; 00015 unid=(p*10)-(dece*10); 00016 peinado.dual(D4,D5,unid,dece,100); 00017 } 00018 }
Generated on Wed Jul 13 2022 11:34:27 by
1.7.2
