(small doc change)

partial-rewrite
Ben Blazak 2012-07-22 21:08:01 -07:00
parent 3328f02a62
commit f9b46c32bf
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ uint8_t teensy_init(void) {
CPU_PRESCALE(CPU_16MHz); // speed should match F_CPU in makefile
// onboard LED
// (tied to GND for hardware convenience)
DDRD &= ~(1<<6); // set D(6) as input
PORTD &= ~(1<<6); // set D(6) internal pull-up disabled