index
:
owi-slave
master
1-wire slave implemented on an ATtiny 2313A
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Lines
2014-12-21
update README, deprecate main.c
Daniel Friesel
-11
/
+33
2014-12-21
now with assembly
Daniel Friesel
-3
/
+357
2013-10-10
document all the variables
Daniel Friesel
-4
/
+32
2013-10-10
add preprocessor alias for EEAR
Daniel Friesel
-9
/
+15
2013-10-09
README: Search ROM is 0x33, not 0x34
Daniel Friesel
-1
/
+1
2013-10-09
use optimized ADDR -> BYTE code for search ROM as well
Daniel Friesel
-20
/
+37
2013-10-09
README: Search ROM is now working
Daniel Friesel
-5
/
+1
2013-10-09
directly store bit mask in POS
Daniel Friesel
-10
/
+7
2013-10-09
check !LASTCMD earlier
Daniel Friesel
-24
/
+24
2013-10-09
HCNT / r30.r31 is not needed (only the low time holds information)
Daniel Friesel
-27
/
+13
2013-10-09
Improve code documentation (and README)
Daniel Friesel
-31
/
+103
2013-10-09
use defines for delay functions
Daniel Friesel
-27
/
+24
2013-10-08
improve register use readability (usm inline asm features)
Daniel Friesel
-8
/
+10
2013-10-08
read ROM: improve post-byte code efficiency
Daniel Friesel
-36
/
+48
2013-10-08
add schematic
Daniel Friesel
-0
/
+13357
2013-10-07
Add README
Daniel Friesel
-0
/
+26
2013-10-07
update documentation comment
Daniel Friesel
-3
/
+4
2013-10-07
move read-rom back to main now that it also supports search rom
Daniel Friesel
-0
/
+0
2013-10-07
add almost-working SEARCH ROM support (command is not received correctly, ↵
Daniel Friesel
-0
/
+55
rest works)
2013-10-06
slightly higher low time for WRITE 0
Daniel Friesel
-1
/
+1
2013-10-06
increased timing precision, more robust code
Daniel Friesel
-20
/
+41
2013-10-05
move READ ROM code to separate directory
Daniel Friesel
-0
/
+2
2013-10-04
initial commit
Daniel Friesel
-0
/
+211