Skip to content

Commit

Permalink
Removing warning for hw pins. Closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaus committed Jun 8, 2013
1 parent c47b41c commit 170a12d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ There are `9` Timer objects already instantiated for you:

### TIPs and Warnings

Prefer to use `Timer3`, `Timer4` and `Timer5` since they have no connection to hardware pins.

```c++
Timer4.attatchInterrupt(handler).setFrequency(10).start();
// Is the same as:
Expand Down

0 comments on commit 170a12d

Please sign in to comment.