Does the touch sliders work on startKIT? Topic is solved

If you have a simple question and just want an answer.
Kasebe
Member++
Posts: 28
Joined: Tue Jan 07, 2014 7:49 am

Does the touch sliders work on startKIT?

Post by Kasebe »

I tried simple test of sliders' detection on startKIT.

However, it looks like not working.

Could anyone confirm the touch sliders correctly work?



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

The touch sliders on startKIT does work. Try the noughts and crosses example from the following repository:

https://github.com/xcore/sw_startkit_examples

 

Kasebe
Member++
Posts: 28
Joined: Tue Jan 07, 2014 7:49 am

Post by Kasebe »

Thank you for your leading.

I found good sample code as shown below URL.

https://github.com/xcore/sc_capacitive_ ... _example_c...

I will analyze the touch slider's work with this code.