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
Fork of Chemical_Sensor_DMA by
Sample/quad.h
- Committer:
- baxterja
- Date:
- 2015-10-29
- Revision:
- 2:3771b3195c7b
File content as of revision 2:3771b3195c7b:
/* Add this to the Angle Encoder class later http://cache.freescale.com/files/32bit/doc/app_note/AN4381.pdf */ #ifndef QUAD_H_ #define QUAD_H_ #include "mbed.h" void quad_update(int); void quad_init(); int quad_read(); void quad_invert(); #endif /* DMA_H_ */