Skip to content

Instantly share code, notes, and snippets.

View corbanmailloux's full-sized avatar

Corban Mailloux corbanmailloux

View GitHub Profile
@corbanmailloux
corbanmailloux / Pull All.sh
Last active August 21, 2023 10:03
Loop through each subfolder of the current folder and call "git pull" in it.
# 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);

Keybase proof

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: