A library for Freescale MCU which contain TSI peripheral, just for Kinetis L version. Because they use "lighter" version of TSI peripheral.

Dependents:   kl25z-tinyshell-demo tsi_slider_light_senso_LED frdm_tsi_slider_led_blend demo_slider ... more

This library is "fork" of the TSI library created by the mbed team.

History

Made Change To tsi_sensor.cpp Line 108; Fix for get distance command - ; prevously ; uint32_t dist_pos0 = (perc_pos0 * _range) / 100;; uint32_t dist_pos1 = (perc_pos0 * _range) / 100;; prevented calculation of distance, changed to: default tip

2015-06-14, by josephc3 [Sun, 14 Jun 2015 13:28:19 +0000] rev 10

Made Change To tsi_sensor.cpp Line 108; Fix for get distance command - ; prevously ; uint32_t dist_pos0 = (perc_pos0 * _range) / 100;; uint32_t dist_pos1 = (perc_pos0 * _range) / 100;; prevented calculation of distance, changed to:


Added PTC2 mapping to TSI0_CH15 for KL46 and KL25

2015-06-12, by josephc3 [Fri, 12 Jun 2015 19:26:51 +0000] rev 9

Added PTC2 mapping to TSI0_CH15 for KL46 and KL25


KL05z addition

2015-04-15, by Kojto [Wed, 15 Apr 2015 08:22:29 +0000] rev 8

KL05z addition


Fix KL05Z and KL46Z

2015-04-15, by Kojto [Wed, 15 Apr 2015 08:21:46 +0000] rev 7

Fix KL05Z and KL46Z


fixed for KL05Z tsi sensor...

2015-03-26, by pvtmert [Thu, 26 Mar 2015 20:41:18 +0000] rev 6

fixed for KL05Z tsi sensor...


updated: also Support for KL46Z

2014-09-09, by vomorg [Tue, 09 Sep 2014 19:38:11 +0000] rev 5

updated: also Support for KL46Z


Added constructors that take pin names, not just tsi channels

2014-08-04, by bjo3rn [Mon, 04 Aug 2014 07:43:15 +0000] rev 4

Added constructors that take pin names, not just tsi channels


Analog slider contain own instances of electrodes.

2014-02-23, by Kojto [Sun, 23 Feb 2014 18:31:58 +0000] rev 3

Analog slider contain own instances of electrodes.


Forgotten reference for TSI Electrodes in the Analog slider

2014-02-22, by Kojto [Sat, 22 Feb 2014 15:42:11 +0000] rev 2

Forgotten reference for TSI Electrodes in the Analog slider


Header correction

2014-02-22, by Kojto [Sat, 22 Feb 2014 11:25:35 +0000] rev 1

Header correction