From 30ead17595c4c02324ef64e7f68248f9b1bc8e1d Mon Sep 17 00:00:00 2001 From: OhMeuMenino Date: Sat, 20 May 2017 18:54:26 +0100 Subject: [PATCH] README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bd49b6..d01260c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This repo is a guide to start developing projects with STM32F3 Discovery board a Using the standart libraries, there ares examples how to configure and use the peripherals in a easy way. Probably this examples could be applied to others ARM microcontrolers. Enjoy it :) +## Contents + +* [StartProject](./StartProject) - Start project for STM32F429ZI +* [TimerCounter](./TimerCounter) - Timer configuration +* [TimerNVIC](./TimerNVIC) - Timer configuration and interrupt + ## Pre-requisites * Install EmBitz from the official page https://www.embitz.org/ * STM32F4 Discovery board (or other stm32F4 microcontroller)