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. This slightly modified version allows NC pins.

Dependents:   Pinscape_Controller

Fork of FastAnalogIn by Erik -

History

Minor changes default tip

2015-12-19, by mjr [Sat, 19 Dec 2015 06:36:25 +0000] rev 11

Minor changes


Fixed bug in LPC11uXX code where at construction all burst channels were disabled in hardware.

2014-11-04, by Sissors [Tue, 04 Nov 2014 17:53:25 +0000] rev 10

Fixed bug in LPC11uXX code where at construction all burst channels were disabled in hardware.


Added K20D50M support

2014-07-12, by Sissors [Sat, 12 Jul 2014 10:39:37 +0000] rev 9

Added K20D50M support


Added LPC11uXX support

2014-06-28, by Sissors [Sat, 28 Jun 2014 13:01:27 +0000] rev 8

Added LPC11uXX support


moved channel_usage to .cpp

2014-04-21, by Sissors [Mon, 21 Apr 2014 10:26:49 +0000] rev 7

moved channel_usage to .cpp


Small fix in ifdef

2014-04-21, by Sissors [Mon, 21 Apr 2014 10:02:07 +0000] rev 6

Small fix in ifdef


* 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