Skip to content

Instantly share code, notes, and snippets.

View nivekmai's full-sized avatar

Kevin Christensen nivekmai

  • WhatsApp
  • Mountain View
View GitHub Profile
create (Command)
bound (Command)
resize_window (Command)
default_redo_or_repeat (Command)
show_changelog (Command)
show_about_window (Command)
remove_license (Command)
show_license_window (Command)
open_dir_in_sublime_text (Command)
open_in_editor (Command)
@brvdboss
brvdboss / dial.ino
Created November 16, 2020 17:09
Arduino code to read out digital dial indicator with data output port
int i;
int sign;
long value;
float result;
int clockpin = 4;
int datapin = 5;
int type = 0;
#define INCH 1
#define MM 0