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.
Dependencies: BubbleDisplay mbed
main.cpp
00001 #include "mbed.h" 00002 #include "bubble.h" 00003 00004 #if defined(TARGET_SSCI824) 00005 BubbleDisplay bd(dp6, dp7, dp8, dp9, dp10, dp11, dp12, dp15, dp16, dp17, dp18, dp19); 00006 #endif 00007 00008 int main() { 00009 uint16_t count = 0; 00010 bd.setFreq(200); // 5 ms 00011 00012 while(1) { 00013 bd.write(count++); 00014 wait(0.1); 00015 } 00016 }
Generated on Wed Jul 13 2022 20:24:24 by
1.7.2
QDSP-6040