avr: add copyright notices.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
; ***************************************************************************
|
||||
; copyright : (C) 2023 by Martin Preuss
|
||||
; email : martin@libchipcard.de
|
||||
;
|
||||
; ***************************************************************************
|
||||
; * This file is part of the project "AqHome". *
|
||||
; * Please see toplevel file COPYING of that project for license details. *
|
||||
; ***************************************************************************
|
||||
|
||||
|
||||
|
||||
|
||||
; ***************************************************************************
|
||||
; defines
|
||||
@@ -212,7 +223,7 @@ twiReadBit_clockReleased:
|
||||
; ---------------------------------------------------------------------------
|
||||
; twiWriteBit
|
||||
;
|
||||
; Write a bit from the line (handling SCL and SDA line and possible clock stretching).
|
||||
; Write a bit to the line (handling SCL and SDA line and possible clock stretching).
|
||||
;
|
||||
; IN:
|
||||
; - R16: bit to send (either 0x00 or 0x01)
|
||||
|
||||
Reference in New Issue
Block a user