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: FXOS8700CQ SDFileSystem mbed
lib/encoder.cpp@1:ab09b233da7b, 2014-10-16 (annotated)
- Committer:
- gerardo_carmona
- Date:
- Thu Oct 16 15:48:57 2014 +0000
- Revision:
- 1:ab09b233da7b
v1.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
gerardo_carmona | 1:ab09b233da7b | 1 | // ----- Libraries ------------------------------------------------------------------ |
gerardo_carmona | 1:ab09b233da7b | 2 | #include "mbed.h" |
gerardo_carmona | 1:ab09b233da7b | 3 | #include "encoder.h" |
gerardo_carmona | 1:ab09b233da7b | 4 | |
gerardo_carmona | 1:ab09b233da7b | 5 | // ----- Constants ------------------------------------------------------------------ |
gerardo_carmona | 1:ab09b233da7b | 6 | |
gerardo_carmona | 1:ab09b233da7b | 7 | |
gerardo_carmona | 1:ab09b233da7b | 8 | // ----- I/O Pins ------------------------------------------------------------------- |
gerardo_carmona | 1:ab09b233da7b | 9 | |
gerardo_carmona | 1:ab09b233da7b | 10 | |
gerardo_carmona | 1:ab09b233da7b | 11 | // ----- Others --------------------------------------------------------------------- |
gerardo_carmona | 1:ab09b233da7b | 12 | |
gerardo_carmona | 1:ab09b233da7b | 13 | |
gerardo_carmona | 1:ab09b233da7b | 14 | // ----- Variables ------------------------------------------------------------------ |
gerardo_carmona | 1:ab09b233da7b | 15 | |
gerardo_carmona | 1:ab09b233da7b | 16 | |
gerardo_carmona | 1:ab09b233da7b | 17 | // ----- Functions ------------------------------------------------------------------ |
gerardo_carmona | 1:ab09b233da7b | 18 |