-
Added a lot of Examples
08/06/2016 at 13:00 • 0 commentsI've added examples for people to get started for different peripherals
the examples are added in the example directory in the repo and example Group in the IDE
to use each example one by one you have to follow these steps
- highlight the example that you want to use and right-click and go to options for the example.
- the options window on the TOP- LEFT corner has a checkbox "Exclude from build" Uncheck that and compile
- please make sure to not have more than one active example that is included in the build because that would make the project to have multiple declarations of ' main() '
-
Input Capture - reading a PWM
08/03/2016 at 19:54 • 0 commentsi'm currently working on the input Capture feature of the timer to getFrequency and getDuty of an input PWM wave its a WIP but the PWMout or analogWrite works!! so cheers !!