aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* use stdboolJakob Odersky2012-06-142-4/+6
|
* total refactorJakob Odersky2012-06-142-173/+128
| | | | | *Devices are no longer handled by their port numbers but by passing a `device structure'. This eliminates the need of a global variable, associating port numbers to devices. *Analog inputs/outputs and counters are zero-indexed in their names, i.e. `analog1' is now called `analog0' in any definitions
* add program installation/uninstallation rulesJakob Odersky2012-06-041-1/+1
|
* refactoringJakob Odersky2012-05-292-12/+12
|
* refactor code, adding prefix 'k8055' to every public functionJakob Odersky2012-05-292-124/+124
|
* support for c++ compilersJakob Odersky2012-05-291-0/+8
|
* fix bug on port indicesJakob Odersky2012-05-071-2/+2
|
* refactor code: typedef instead of structJakob Odersky2012-04-051-13/+13
|
* add quick readJakob Odersky2012-04-012-4/+27
|
* initial commitJakob Odersky2012-03-313-0/+577