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: CHEM_CONTROL mbed
main.cpp
00001 #include "mbed.h" 00002 #include "CHEM_BOX_INTERFACE.h" 00003 00004 00005 int main() 00006 { 00007 int i; 00008 InitChemBox(); 00009 00010 for(i=0; i<6; i++) 00011 { 00012 Buzz(.5); 00013 wait(.1); 00014 } 00015 00016 00017 00018 00019 SmartSwitch_SetBackLightColor(3, 3, 3); 00020 GFX_FullDissplayBufferClear(&BackBuffer); 00021 GFX_DrawLine(&BackBuffer, 0,0, PHYSICAL_DISPLAY_XRES - 1, 0); 00022 GFX_DrawLine(&BackBuffer, PHYSICAL_DISPLAY_XRES - 1,0,PHYSICAL-DISPLAYXRES - 1 ,PHYSICAL-DISPLAY-YRES - 1); 00023 }
Generated on Thu Jul 28 2022 12:44:40 by
1.7.2