Class similar to AnalogIn that uses burst mode to run continious background conversions so when the input is read, the last value can immediatly be returned.
Fork of FastAnalogIn by
Obsolete!
Has been already merged with Erik's original repository => take the original!
- Added support for LPC4088.
- Fixed linker error (missing definition of static member "channel_usage")
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:55274430c8df | 2014-04-21 | humlet | * minor docu changes; * added definition of "channel_usage" also to KLXX-implementation |
4:cd84739f7640 | 2014-04-20 | humlet | Added support for LPC4088,; Fixed linker error (missing definition of static member) |
3:a9b753c25073 | 2014-03-08 | frankvnk | Doxygen correction and removed obsolete code |
2:9b61d0792927 | 2014-03-08 | frankvnk | Added KLxx support |
1:575f4d2d6e9c | 2013-05-11 | Sissors | Read_u16 left alligned now, same as normal mbed lib (lower 4 bits = upper 4 bits) |
0:c2a7b899e6c7 | 2013-05-09 | Sissors | v0.1 |