Added semi-HW 1-wire realisation (alpha-version)

This commit is contained in:
eddyem
2015-07-16 18:01:59 +03:00
parent 21eebc4306
commit 5433c2ad50
27 changed files with 2232 additions and 7 deletions

7
1_wire/README Normal file
View File

@@ -0,0 +1,7 @@
My approach to semi-hardware 1-wire realisation based on DMA+TIM2
written for chinese devboard based on STM32F103RBT6
Press H for help
// Still some troubles left: for example, can't read ROM; also the code isn't fully done yet