Fork me on GitHub

Posts Tagged ‘readLine’

Use a potentiometer in XNA

Posted on: 12-12-09 | By: David | In: Curltable | Comments: RSS 2.0

During my first researches on the curltable I thought it would be nice to have some functions controlled by external elements such as potentiometers, buttons or sliders. So I gave it a try and used my Arduino and the serialPort class for communication to the board. What I tried was to control the tempo of an audio track by a potentiometer.

Read more