I hereby claim:
- I am idcrook on github.
- I am idcrook (https://keybase.io/idcrook) on keybase.
- I have a public key ASAiUjUO9xqm396RIfHRpXxgwTqytz2iPsAJtqT3f6sGAAo
To claim this, I am signing this object:
;; NeoTree can be opened (toggled) at projectile project root | |
(defun neotree-project-dir () | |
"Open NeoTree using the git root." | |
(interactive) | |
(let ((project-dir (projectile-project-root)) | |
(file-name (buffer-file-name))) | |
(neotree-toggle) | |
(if project-dir | |
(if (neo-global--window-exists-p) | |
(progn |
;; sidebar and dired in one | |
(use-package neotree | |
:bind | |
("<f8>" . neotree-toggle) | |
:config | |
;; needs package all-the-icons | |
(setq neo-theme (if (display-graphic-p) 'icons 'arrow)) | |
;; Disable line-numbers minor mode for neotree | |
(add-hook 'neo-after-create-hook |
/* | |
* Adapted by @idcrook for | |
* - Adafruit LCD 16x2 I2C/SPI Backpack | |
* - KY-040 Rotary Encoder with a switch | |
* | |
* Tiny Function Generator with Sine Wave | |
David Johnson-Davies - www.technoblogy.com - 7th March 2018 | |
ATtiny85 @ 8 MHz (internal PLL; BOD disabled) | |
/* | |
Demonstration sketch for Adafruit LCD backpack | |
using MCP23008 I2C expander | |
Uses the ATTiny 85 (replaces Trinket below) | |
Also hooked up a rotary encoder with a button. | |
The circuit: | |
* 5V to Arduino 5V pin | |
* GND to Arduino GND pin | |
* Display i2c backpack CLK to Trinket GPIO #2 (Arduino pin 2/attiny85 pin 7) |
/* | |
Demonstration sketch for Adafruit LCD backpack | |
using MCP23008 I2C expander | |
Uses the ATTiny 85 (replaces Trinket below) | |
The circuit: | |
* 5V to Arduino 5V pin | |
* GND to Arduino GND pin | |
* Display i2c backpack CLK to Trinket GPIO #2 (Arduino pin 2/attiny85 pin 7) | |
* Display i2c backpack DAT to Trinket GPIO #0 (Arduino pin 0/attiny85 pin 5) |
I hereby claim:
To claim this, I am signing this object:
brew install java
brew install jenkins
brew pin jenkins
Create a hidden user for daemon