Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZug authored Jun 23, 2016
1 parent eeeb7b3 commit a507711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysimavr/examples/c_project/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The small c project combines 2 specific tasks, a generic UART output
and a two Timer0 based functions. micro() is used to illustrate
the use of pysimavr while "profiling" some code snippets. The output
illustrates the limits of this method. Depending on the configuration of the
timer the resolution of micro() is limited. The default parameters us a
timer the resolution of micro() is 4, 8, 16 ... us. The default parameters applies a
prescaler of 64, consequently we have a step width of 8us.

▶ python compileAndRun.py
Expand Down

0 comments on commit a507711

Please sign in to comment.