I hereby claim:
- I am sirneural on github.
- I am neural (https://keybase.io/neural) on keybase.
- I have a public key whose fingerprint is 9CC4 88F1 0654 444B C381 F0C3 5FE4 D0CD 205B 7539
To claim this, I am signing this object:
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "AdvancedNewFile", | |
| "Alignment", | |
| "BracketHighlighter", |
| #!/usr/bin/env bash | |
| # Check if using bash | |
| if [ ! "$BASH_VERSION" ] ; then | |
| echo "Please do not use sh to run this script ($0), just execute it directly with bash" 1>&2 | |
| exit 1 | |
| fi | |
| # Set variables | |
| read -p "Username: " USERNAME |
| #!/usr/bin/env bash | |
| # Check if using bash | |
| if [ ! "$BASH_VERSION" ] ; then | |
| echo "Please do not use sh to run this script ($0), just execute it directly with bash" 1>&2 | |
| exit 1 | |
| fi | |
| # Set variables | |
| read -p "Username: " USERNAME |
| #!/usr/bin/env bash | |
| # Check if using bash | |
| if [ ! "$BASH_VERSION" ] ; then | |
| echo "Please do not use sh to run this script ($0), just execute it directly with bash" 1>&2 | |
| exit 1 | |
| fi | |
| # Set variables | |
| read -p "Username: " USERNAME |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Check if using bash | |
| if [ ! "$BASH_VERSION" ] ; then | |
| echo "Please do not use sh to run this script ($0), just execute it directly with bash" 1>&2 | |
| exit 1 | |
| fi | |
| # Set variables | |
| read -p "Username: " USERNAME |
| Particle Photon NRF24L01+ | |
| GND 1 (GND) | |
| 3V3 (3.3V) 2 (3V3) | |
| D6 (CSN) 3 (CE) | |
| A2 (SS) 4 (CSN) | |
| A3 (SCK) 5 (SCK) | |
| A5 (MOSI) 6 (MOSI) | |
| A4 (MISO) 7 (MISO) |
| #ifndef Binary_h | |
| #define Binary_h | |
| #define B0 0 | |
| #define B00 0 | |
| #define B000 0 | |
| #define B0000 0 | |
| #define B00000 0 | |
| #define B000000 0 | |
| #define B0000000 0 |