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
Diff: Sample/quad.h
- Revision:
- 2:3771b3195c7b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sample/quad.h Thu Oct 29 17:15:20 2015 +0000 @@ -0,0 +1,17 @@ +/* +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_ */ \ No newline at end of file