Skip to content

Commit

Permalink
Add editor name on Wire files
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa committed Sep 11, 2020
1 parent e6b516e commit 44e0841
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 43 deletions.
1 change: 1 addition & 0 deletions avr/libraries/Wire/src/Wire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
Modified 2017 by Chuck Todd (ctodd@cableone.net) to correct Unconfigured Slave Mode reboot
Modified 2020 by Asuki Kono (asukiaaa@gmail.com) to use TwoWire class for Wire1
*/

extern "C" {
Expand Down
1 change: 1 addition & 0 deletions avr/libraries/Wire/src/Wire.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
Modified 2020 by Asuki Kono (asukiaaa@gmail.com) to use TwoWire class for Wire1
*/

#ifndef TwoWire_h
Expand Down
22 changes: 0 additions & 22 deletions avr/libraries/Wire1/src/Wire1.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/*
TwoWire.cpp - TWI/I2C library for Wiring & Arduino
Copyright (c) 2006 Nicholas Zambetti. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
Modified 2017 by Chuck Todd (ctodd@cableone.net) to correct Unconfigured Slave Mode reboot
*/

extern "C" {
#include "utility/twi1.h"
}
Expand Down
21 changes: 0 additions & 21 deletions avr/libraries/Wire1/src/Wire1.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
/*
TwoWire.h - TWI/I2C library for Arduino & Wiring
Copyright (c) 2006 Nicholas Zambetti. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Modified 2012 by Todd Krein (todd@krein.org) to implement repeated starts
*/

#ifndef TwoWire1_h
#define TwoWire1_h

Expand Down

0 comments on commit 44e0841

Please sign in to comment.