I hereby claim:
- I am mbparks on github.
- I am mbparks (https://keybase.io/mbparks) on keybase.
- I have a public key whose fingerprint is 1328 6920 CDDB 950A 1FAD E8BC D80B E36F B4B1 857F
To claim this, I am signing this object:
| {strobe LEDs pin 16..19 on COG0 and scan pin 23..20 on COG1} | |
| CON | |
| _clkmode = xtal1 + pll16x 'Standard clock mode * crystal frequency = 80 MHz | |
| _xinfreq = 5_000_000 | |
| PUB StrobeLEDs | |
| cognew(@_StrobeLEDRight, 0) | |
| cognew(@_StrobeLEDLeft, 0) |
| /* | |
| Pachube sensor client | |
| This sketch connects an analog sensor to Pachube (http://www.pachube.com) | |
| using a Wiznet Ethernet shield. You can use the Arduino Ethernet shield, or | |
| the Adafruit Ethernet shield, either one will work, as long as it's got | |
| a Wiznet Ethernet module on board. | |
| Circuit: | |
| * Analog sensor attached to analog in 0 |
| ////////////////////////////////////////////// | |
| // CAT AND MOUSE GAME | |
| // Author: Mike Parks | |
| // | |
| ////////////////////////////////////////////// | |
| // INCLUDE LIBRARIES | |
| #include <Esplora.h> | |
| // DECLARE GLOBAL VARIABLES |
| #include <Ethernet.h> | |
| #include <SPI.h> | |
| const int sensorPin = 5; | |
| int sensorReading = 0; | |
| byte mac[] = { | |
| 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; // Edit with your Arduino Ethernet shield's MAC address | |
| byte ip[] = { | |
| 192, 168, 1, 200 }; // Edit with your static IP address on network |
| /* BT_Lights Demo App for Use With MIT App Inventor | |
| This sketch is forked from a demo sketch written by Steve Chang | |
| This demo code is free software; you can redistribute it and/or | |
| modify it under the terms of the GNU Lesser General Public | |
| License as published by the Free Software Foundation; either | |
| version 2.1 of the License, or (at your option) any later version. | |
| This library is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| ########################################################################### | |
| #Program: TkServo.py | |
| #Language: Python | |
| #Date: 2014-10-31 | |
| # | |
| #Description: Test app to understand I/O functionality of Phidgets. | |
| #Program looks for a Phidget 8/8/8 interface kit and Advanced Servo kit. | |
| #Reads an displays analog input 0 and contract a servo. | |
| #Uses Tkinter to create rudimentary GUI | |
| ############################################################################ |
| ############################################################################ | |
| #Program: TkServo.py | |
| #Language: Python | |
| #Date: 2014-10-31 | |
| # | |
| #Description: Test app to understand I/O functionality of Phidgets. | |
| #Program looks for a Phidget 8/8/8 interface kit and Advanced Servo kit. | |
| #Reads an displays analog input 0 and contract a servo. | |
| #Uses Tkinter to create rudimentary GUI | |
| ############################################################################ |
| import random | |
| from microbit import * | |
| sixSides = [ | |
| "1", | |
| "2", | |
| "3", | |
| "4", | |
| "5", | |
| "6", |
| /************************************************************************** | |
| File: OSER0001_RFID_ArduinoUnoFW | |
| Author: mbparks | |
| Date: 2SEP2019 | |
| Ver.: 0.0.2 | |
| License: MIT | |
| This code is four gadget that can be used in an escape room . | |
| It will activate a relay once all RFID tagged objects are placed | |
| over the correct PN532 RFID readers. | |
| Supports 1 through 4 RFID readers. |
I hereby claim:
To claim this, I am signing this object: