aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/dial/GADC
Commit message (Collapse)AuthorAgeFilesLines
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-1/+1
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-283-31/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
|
* Create uGFX board directories which include example Makefiles.inmarket2013-10-282-13/+7
| | | | Currently only done for the Olimex-SAM7EX256 board.
* 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.