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")
History
* minor docu changes; * added definition of "channel_usage" also to KLXX-implementation
2014-04-21, by humlet [Mon, 21 Apr 2014 07:17:39 +0000] rev 5
* minor docu changes; * added definition of "channel_usage" also to KLXX-implementation
Added support for LPC4088,; Fixed linker error (missing definition of static member)
2014-04-20, by humlet [Sun, 20 Apr 2014 16:23:19 +0000] rev 4
Added support for LPC4088,; Fixed linker error (missing definition of static member)
Doxygen correction and removed obsolete code
2014-03-08, by frankvnk [Sat, 08 Mar 2014 16:01:36 +0000] rev 3
Doxygen correction and removed obsolete code
Added KLxx support
2014-03-08, by frankvnk [Sat, 08 Mar 2014 15:44:57 +0000] rev 2
Added KLxx support
Read_u16 left alligned now, same as normal mbed lib (lower 4 bits = upper 4 bits)
2013-05-11, by Sissors [Sat, 11 May 2013 08:56:22 +0000] rev 1
Read_u16 left alligned now, same as normal mbed lib (lower 4 bits = upper 4 bits)
v0.1
2013-05-09, by Sissors [Thu, 09 May 2013 17:46:32 +0000] rev 0
v0.1
;