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 ST_FREQUENCY_DIVIDER by
FrequencyDivider.cpp
00001 #include "drivers/FrequencyDivider.h" 00002 #include "stm_divider_api.h" 00003 00004 FrequencyDivider::FrequencyDivider() 00005 { 00006 ST_Timer_Init(); 00007 } 00008 00009 void FrequencyDivider::start(void) 00010 { 00011 ST_Timer_Start(); 00012 }
Generated on Wed Jul 13 2022 23:07:37 by
1.7.2
