I hereby claim:
- I am corbanmailloux on github.
- I am corbanmailloux (https://keybase.io/corbanmailloux) on keybase.
- I have a public key whose fingerprint is CA0D 8FC9 7FD6 B456 570B 2A71 E16F 7376 A681 1A50
To claim this, I am signing this object:
# Run "git pull" in each subdirectory of the current directory. | |
# Useful when you store all of your git repos in one folder. | |
clear | |
for dir in ./*; # For every item in the folder: | |
do ( | |
if [ -d "$dir" ]; # If it is a directory: | |
then ( | |
echo "$dir" && # Print the path, |
//PWM pins for the LEDs | |
#define redpin 9 | |
#define greenpin 10 | |
#define bluepin 11 | |
//set up SoftwareSerial for the bluetooth module. | |
#include <SoftwareSerial.h> | |
#define SoftRx 2 | |
#define SoftTx 3 | |
SoftwareSerial BTSerial(SoftRx, SoftTx); |
I hereby claim:
To claim this, I am signing this object: