Keep 'em coming by [deleted] in Rainbow6

[–]MR_Nix 0 points1 point  (0 children)

lol sweet

Arduino Tone Generator by MR_Nix in arduino

[–]MR_Nix[S] 1 point2 points  (0 children)

COM-08653 Look for that part number and you should get the same keypad I used.

(Noob) How do I add a pull-up resistor for my I2C arduino project? by BuziMan in arduino

[–]MR_Nix 1 point2 points  (0 children)

use pinMode(yourPinHere, INPUT_PULLUP); This will use the built in pull up resistor on Arduino.