Pinscape Controller version 1 fork. This is a fork to allow for ongoing bug fixes to the original controller version, from before the major changes for the expansion board project.

Dependencies:   FastIO FastPWM SimpleDMA mbed

Fork of Pinscape_Controller by Mike R

Committer:
mjr
Date:
Sat Dec 19 06:37:19 2015 +0000
Revision:
35:e959ffba78fd
Parent:
17:ab3cec0c8bf4
Keyboard/Media Control interface working, but the extra interface confuses the DOF connector.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mjr 17:ab3cec0c8bf4 1 // this file is no longer used - the method bodies are no in the header,
mjr 17:ab3cec0c8bf4 2 // which was necessary because of the change to a template class, which
mjr 17:ab3cec0c8bf4 3 // itself was necessary because of the use of the FastIO library