This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************* | |
| Bare Conductive MPR121 library | |
| ------------------------------ | |
| DataStream.ino - prints capacitive sense data from MPR121 to serial port | |
| Based on code by Jim Lindblom and plenty of inspiration from the Freescale | |
| Semiconductor datasheets and application notes. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Image based on overlapping circle arcs | |
| SDDS 1st Jun 2014 | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Stefan Dzisiewski-Smith, March 2014 | |
| # | |
| # You need to make sure this file is renamed with a .sh extension | |
| # and is set to be executable (chmod +x filename.sh, with sudo if | |
| # you are not logged in as root) | |
| # | |
| echo "Setup script for Huawei E3131 dongle" |
NewerOlder