| Age | Commit message (Collapse) | Author |
|
|
|
|
|
paramter -> parameter
send a receive -> send and receive
repsonse -> response
particualr -> particular
constructore -> constructor
|
|
|
|
|
|
|
|
|
|
Make the PWM duty cycle configurable from 0.00 to 100.00 by
accepting values from 0 to 10000.
Add automatic Pin assignment when operating in PWM mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove pin.high() and pin.low() methods.
|
|
Also add relevant test.
|
|
|
|
Rename "wakes" param to "wake_from" and make "value" an object
instead of an integer.
|
|
|
|
This is how the names will be printed on the sticker that goes on top
of the EMI shield. The shorter names also help saving a few bytes of
RAM and ROM.
|
|
|
|
This makes all common files "port-aware" using the .. only directive.
|