Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaltd committed May 5, 2017
1 parent 183588f commit 8c83e06
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
@@ -1,2 +1,21 @@
# ds18b20
ds18b20 library for stm32 hal
# ds18b20 library
<br />
I hope use it and enjoy.
<br />
I use Stm32f103vc and Keil Compiler and Stm32CubeMX wizard.
<br />
Please Do This ...
<br />
<br />
1) Enable FreeRTOS
<br />
2) Config a timer on CubeMX . 1us per tick example 72 MHz cpu >>> Prescaler=(72-1) counter period=65000
<br />
3) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
<br />
4) Config your ds18b20Config.h file.
<br />
5) call Ds18b20_Init(osPriorityNormal) on your app.
<br />
6) You can see result on debug . watch : ds18b20.

0 comments on commit 8c83e06

Please sign in to comment.