Skip to content

Commit

Permalink
Added comments stating when the code was written
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasekstrom committed Jun 5, 2020
1 parent a7a9350 commit 2855696
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avr/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Written in the end of April 2020 by Niklas Ekström.
*/
#include <avr/io.h>

// Amiga pins:
Expand Down
3 changes: 3 additions & 0 deletions spi-lib/spi.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Written in the end of April 2020 by Niklas Ekström.
*/
#include <exec/types.h>
#include <proto/exec.h>

Expand Down
3 changes: 3 additions & 0 deletions spi-lib/spi.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Written in the end of April 2020 by Niklas Ekström.
*/
#ifndef SPI_H_
#define SPI_H_

Expand Down
2 changes: 2 additions & 0 deletions spi-lib/spi_low.asm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
; Written in the end of April 2020 by Niklas Ekström.

XDEF _spi_read_fast
XDEF _spi_write_fast
CODE
Expand Down

0 comments on commit 2855696

Please sign in to comment.