├── Examples ├── FastTouchSerialReportLilypadUSB │ └── FastTouchSerialReportLilypadUSB.ino ├── FastTouchSerialReportTeensy │ └── FastTouchSerialReportTeensy.ino ├── FastTouchSerialToneLilypadUSB │ └── FastTouchSerialToneLilypadUSB.ino └── FastTouchSerialTonePlaygroundExpress │ └── FastTouchSerialTonePlaygroundExpress.ino ├── README.md ├── keywords.txt ├── library.properties └── src ├── FastTouch.cpp └── FastTouch.h /Examples/FastTouchSerialReportLilypadUSB/FastTouchSerialReportLilypadUSB.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/Examples/FastTouchSerialReportLilypadUSB/FastTouchSerialReportLilypadUSB.ino -------------------------------------------------------------------------------- /Examples/FastTouchSerialReportTeensy/FastTouchSerialReportTeensy.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/Examples/FastTouchSerialReportTeensy/FastTouchSerialReportTeensy.ino -------------------------------------------------------------------------------- /Examples/FastTouchSerialToneLilypadUSB/FastTouchSerialToneLilypadUSB.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/Examples/FastTouchSerialToneLilypadUSB/FastTouchSerialToneLilypadUSB.ino -------------------------------------------------------------------------------- /Examples/FastTouchSerialTonePlaygroundExpress/FastTouchSerialTonePlaygroundExpress.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/Examples/FastTouchSerialTonePlaygroundExpress/FastTouchSerialTonePlaygroundExpress.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/README.md -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/library.properties -------------------------------------------------------------------------------- /src/FastTouch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/src/FastTouch.cpp -------------------------------------------------------------------------------- /src/FastTouch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adrianfreed/FastTouch/HEAD/src/FastTouch.h --------------------------------------------------------------------------------