diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/avr/apa102.c | 2 | ||||
-rw-r--r-- | drivers/avr/i2c_master.c | 2 | ||||
-rw-r--r-- | drivers/avr/i2c_master.h | 2 | ||||
-rw-r--r-- | drivers/avr/i2c_slave.c | 2 | ||||
-rw-r--r-- | drivers/avr/i2c_slave.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/drivers/avr/apa102.c b/drivers/avr/apa102.c index b174b39b8..740acb573 100644 --- a/drivers/avr/apa102.c +++ b/drivers/avr/apa102.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * APA102 lib V1.0a | 2 | * APA102 lib V1.0a |
3 | * | 3 | * |
4 | * Controls APA102 RGB-LEDs | 4 | * Controls APA102 RGB-LEDs |
5 | * Author: Mikkel (Duckle29 on github) | 5 | * Author: Mikkel (Duckle29 on GitHub) |
6 | * | 6 | * |
7 | * Dec 22th, 2017 v1.0a Initial Version | 7 | * Dec 22th, 2017 v1.0a Initial Version |
8 | * | 8 | * |
diff --git a/drivers/avr/i2c_master.c b/drivers/avr/i2c_master.c index c084d5754..b1e488529 100644 --- a/drivers/avr/i2c_master.c +++ b/drivers/avr/i2c_master.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | /* Library made by: g4lvanix | 16 | /* Library made by: g4lvanix |
17 | * Github repository: https://github.com/g4lvanix/I2C-master-lib | 17 | * GitHub repository: https://github.com/g4lvanix/I2C-master-lib |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <avr/io.h> | 20 | #include <avr/io.h> |
diff --git a/drivers/avr/i2c_master.h b/drivers/avr/i2c_master.h index 0a3b6c508..4a35867cd 100644 --- a/drivers/avr/i2c_master.h +++ b/drivers/avr/i2c_master.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | /* Library made by: g4lvanix | 16 | /* Library made by: g4lvanix |
17 | * Github repository: https://github.com/g4lvanix/I2C-master-lib | 17 | * GitHub repository: https://github.com/g4lvanix/I2C-master-lib |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #ifndef I2C_MASTER_H | 20 | #ifndef I2C_MASTER_H |
diff --git a/drivers/avr/i2c_slave.c b/drivers/avr/i2c_slave.c index 3fb684f70..62a378165 100644 --- a/drivers/avr/i2c_slave.c +++ b/drivers/avr/i2c_slave.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | /* Library made by: g4lvanix | 16 | /* Library made by: g4lvanix |
17 | * Github repository: https://github.com/g4lvanix/I2C-slave-lib | 17 | * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <avr/io.h> | 20 | #include <avr/io.h> |
diff --git a/drivers/avr/i2c_slave.h b/drivers/avr/i2c_slave.h index 5ed0b11a8..5d92150e6 100644 --- a/drivers/avr/i2c_slave.h +++ b/drivers/avr/i2c_slave.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <https://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | /* Library made by: g4lvanix | 16 | /* Library made by: g4lvanix |
17 | * Github repository: https://github.com/g4lvanix/I2C-slave-lib | 17 | * GitHub repository: https://github.com/g4lvanix/I2C-slave-lib |
18 | 18 | ||
19 | Info: Inititate the library by giving the required address. | 19 | Info: Inititate the library by giving the required address. |
20 | Read or write to the necessary buffer according to the opperation. | 20 | Read or write to the necessary buffer according to the opperation. |