Skip to content

Commit

Permalink
fix blink example (pin wrong in gpio declaration)
Browse files Browse the repository at this point in the history
  • Loading branch information
andysworkshop committed Nov 12, 2016
1 parent edb3907 commit a7e8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blink/blink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Blink {

// initialise the pin for output

GpioC<DefaultDigitalOutputFeature<1> > pc;
GpioC<DefaultDigitalOutputFeature<8> > pc;

// loop forever switching it on and off with a 1 second
// delay in between each cycle
Expand Down

0 comments on commit a7e8603

Please sign in to comment.