avr: add copyright notices.

This commit is contained in:
Martin Preuss
2023-04-08 13:05:05 +02:00
parent a7928e0dbf
commit 4a915a3c85
26 changed files with 292 additions and 21 deletions

View File

@@ -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)