changed this somehow
Fork of NeoStrip by
Diff: NeoStrip.cpp
- Revision:
- 1:cf7e969704ec
- Parent:
- 0:9f237b11f0a8
diff -r 9f237b11f0a8 -r cf7e969704ec NeoStrip.cpp --- a/NeoStrip.cpp Wed Mar 12 18:36:58 2014 +0000 +++ b/NeoStrip.cpp Fri Apr 25 14:39:19 2014 +0000 @@ -33,7 +33,7 @@ N = 0; } - gpio_init(&gpio, pin, PIN_OUTPUT); // initialize GPIO registers + gpio_init_out(&gpio, pin);//, PIN_OUTPUT); // initialize GPIO registers neo_fio_reg = (uint32_t)gpio.reg_dir; // set registers and bitmask for neo_bitmask = 1 << ((int)pin & 0x1F); // the assembly to use }