avr: new uart_bitbang module works now.
This commit is contained in:
@@ -157,7 +157,7 @@ uartBitbang_ReceiveByte_error:
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine uartBitbang_WaitForDataLow
|
||||
;
|
||||
; Wait for data pin to become low
|
||||
; Wait up to 1ms for data pin to become low
|
||||
; @return CFLAG set if okay, clear otherwise
|
||||
; @clobbers R17, R22
|
||||
|
||||
@@ -171,7 +171,7 @@ uartBitbang_WaitForDataLow:
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine uartBitbang_WaitForDataHigh
|
||||
;
|
||||
; Wait for data pin to become high
|
||||
; Wait up to 1ms for data pin to become high
|
||||
; @return CFLAG set if okay, clear otherwise
|
||||
; @clobbers R17, R22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user