aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/dial
Commit message (Collapse)AuthorAgeFilesLines
* fixed license headersJoel Bodenmann2013-07-213-3/+3
|
* Various README updatesMateusz Tomaszkiewicz2013-06-211-3/+2
| | | | Changed misleading description.
* License header updatesinmarket2013-06-153-3/+3
|
* GOS module, for operating system independanceinmarket2013-05-251-2/+0
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* updated license headersJoel Bodenmann2013-05-033-54/+15
|
* Revert "updated license headers"Joel Bodenmann2013-05-023-24/+57
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-023-57/+24
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-075-0/+220
Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.