diff options
Diffstat (limited to 'drivers/avr/i2c_slave.h')
-rw-r--r-- | drivers/avr/i2c_slave.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |