Skip to content

Instantly share code, notes, and snippets.

@bjtman
bjtman / sketch.js
Last active January 5, 2020 18:12
Color Combinations from work by Sanzo Wada
/*
* Written by: Brian Tice
* @name If I Could Just Get The Colors Right
* @description (Expansion of the work of Sanzo Wada. .
*/
let STATE = 0;
@bjtman
bjtman / gist:210da9c371e5c99ae290e7912dff918c
Created September 5, 2017 17:45
Check Primality in Python
# Brian Tice
# Check Primality
print "Check Primality:"
def get_integer():
return int(input("Please Enter a Number: "))
// BRTRACKER FIRMWARE VERSION 1.6
// Written by Brian Tice
// Last Revision: 7-9-2014
// Use SoftwareSerial Library to create a virtual serial port on pins 10 and 11 to facilitate the RS-485 Output
#include <SoftwareSerial.h>
#define PASSENGER_VEHICLE 1