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 priustroller_current by
callbacks.h
- Committer:
- nki
- Date:
- 2015-05-02
- Revision:
- 52:4d4b2b3ef8dc
- Parent:
- 49:0603121a0538
File content as of revision 52:4d4b2b3ef8dc:
#ifndef __CALLBACKS_H #define __CALLBACKS_H #include "context.h" void fast(Context *c); void slow(Context *c); void debug(Context *c); void log(Context *c); void hobbyking(Context *c); #endif