Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMeuMenino committed May 18, 2017
2 parents c29554e + d74a4a1 commit b8cdc9a
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,31 @@ When everything is done, you can click on debug button to compile the code and p

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

*File-> New Project -> choose STM32F429ZI* (the microcontroller used on discovery board).

Make sure you select the Standart Peripherals Library!

### Write code

In the project tree *Sources -> src* you will find the main.c

### Write on microcontroller

When everything is done, you can click on debug button (top bar) to compile the code and programing the microncontroller.

If is everything ok EmBitz will open a new file (in assembely), ignore it for now.

Click on Continue and you will see your code working on.

## Contributing

Feel free to pull request

## Authors

* **Daniel Oliveira** - [OhMeuMenino](https://github.com/OhMeuMenino)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

0 comments on commit b8cdc9a

Please sign in to comment.