I hereby claim:
- I am mcginty on github.
- I am mc (https://keybase.io/mc) on keybase.
- I have a public key whose fingerprint is D9B5 B818 D5FD 2131 454A CCCB EDBD 3E13 EF8B 8E23
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include "FastSPI_LED2.h" | |
| #include <avr/pgmspace.h> | |
| /////////////////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // Move a white dot along the strip of leds. This program simply shows how to configure the leds, | |
| // and then how to turn a single pixel white and then off, moving down the line of pixels. | |
| // | |
| // How many leds are in the strip? | |
| #define NUM_LEDS 40 |
| \documentclass{article} | |
| \usepackage[margin=1in]{geometry} | |
| \usepackage{amsmath} | |
| \usepackage{amssymb} | |
| \usepackage{fancyhdr} | |
| \usepackage{algorithm} | |
| \usepackage{algorithmicx} | |
| \usepackage{algpseudocode} | |
| \usepackage{graphicx} |