Close

Added a lot of Examples

A project log for Arduino Style Library for STM32F0x

An abstraction layer Library for extending StdPeriphLib for the STM32F0x MCU

pranav-gulatiPranav Gulati 08/06/2016 at 13:000 Comments

I'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

  1. highlight the example that you want to use and right-click and go to options for the example.
  2. the options window on the TOP- LEFT corner has a checkbox "Exclude from build" Uncheck that and compile
  3. 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() '


Discussions