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: mbed DirectSPI FastPWM
timers.h
- Committer:
- mimi3
- Date:
- 2020-10-09
- Revision:
- 21:dc161a192ba7
- Parent:
- 0:9a5c2fb0d96f
File content as of revision 21:dc161a192ba7:
#ifndef __TIMERS_H__
#define __TIMERS_H__
void init_tickTimer();
bool isTickTimer_IF();
void tickTimer_IF_clear();
#endif /*__TIMERS_H__ */