From 06f23c4b68d1b0e2b45b793e199c1fd3335ede76 Mon Sep 17 00:00:00 2001 From: Sebastian Zug Date: Sat, 13 May 2017 12:37:18 +0200 Subject: [PATCH] Update readme.md Adaptation of the readme syntax --- pysimavr/examples/c_project/readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pysimavr/examples/c_project/readme.md b/pysimavr/examples/c_project/readme.md index 223df9d..35fe722 100644 --- a/pysimavr/examples/c_project/readme.md +++ b/pysimavr/examples/c_project/readme.md @@ -1,4 +1,5 @@ -##How to run the example +How to run the example +------ Depending on your needs you can compile and run the project in two different ways: @@ -15,7 +16,8 @@ ways: python compileAndRun.py -##Output +Output +------ The small c project combines 2 specific tasks, a generic UART output and a two Timer0 based functions. micro() is used to illustrate