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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:234c5cd2b8de | 2015-12-19 | mjr | Minor changes |
10:afc3b84dbbd6 | 2014-11-04 | Sissors | Fixed bug in LPC11uXX code where at construction all burst channels were disabled in hardware. |
9:31184aa1449c | 2014-07-12 | Sissors | Added K20D50M support |
8:68082fdde730 | 2014-06-28 | Sissors | Added LPC11uXX support |
7:965a2b0e477f | 2014-04-21 | Sissors | moved channel_usage to .cpp |
6:e2a98449ae58 | 2014-04-21 | Sissors | Small fix in ifdef |
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 |