Skip to content

Commit

Permalink
added some contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
wgrover committed Sep 2, 2021
1 parent 742ee3b commit d143dab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arduino/RFIDbee2/RFIDbee2.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RFIDbee2 by William H. Grover - wgrover@engr.ucr.edu
// RFIDbee2.ino v1 by William H. Grover | wgrover@engr.ucr.edu | groverlab.org

#include <Wire.h>
#include <SPI.h>
Expand Down
3 changes: 2 additions & 1 deletion arduino/bootstrap.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# bootstrap.py by William H. Grover
# bootstrap.py v1 by William H. Grover | wgrover@engr.ucr.edu | groverlab.org
# Automates setup of a new RFIDbee2 reader on a Mac
# Requires pyserial from https://pythonhosted.org/pyserial
# Requires arduino-cli from https://arduino.github.io/arduino-cli
# This likely only works on a Mac.

import os, sys, serial, time

Expand Down
5 changes: 5 additions & 0 deletions arduino/clocksetter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# clocksetter.py v1 by William H. Grover | wgrover@engr.ucr.edu | groverlab.org
# Automates setup of a new RFIDbee2 reader on a Mac
# Requires pyserial from https://pythonhosted.org/pyserial
# This likely only works on a Mac.

import os, sys, serial, time

port = ""
Expand Down

0 comments on commit d143dab

Please sign in to comment.