Update copyrights

This commit is contained in:
Felix Rusu 2018-04-09 14:19:14 -04:00
parent 29134614ee
commit f1cbbea15a
6 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// ********************************************************************************** // **********************************************************************************
// Driver definition for HopeRF RFM69W/RFM69HW/RFM69CW/RFM69HCW, Semtech SX1231/1231H // Driver definition for HopeRF RFM69W/RFM69HW/RFM69CW/RFM69HCW, Semtech SX1231/1231H
// ********************************************************************************** // **********************************************************************************
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************

View File

@ -1,7 +1,7 @@
// ********************************************************************************** // **********************************************************************************
// Driver definition for HopeRF RFM69W/RFM69HW/RFM69CW/RFM69HCW, Semtech SX1231/1231H // Driver definition for HopeRF RFM69W/RFM69HW/RFM69CW/RFM69HCW, Semtech SX1231/1231H
// ********************************************************************************** // **********************************************************************************
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************
@ -80,7 +80,7 @@
// 2->0, 3->1, 21->2, 20->3, 19->4, 18->5 // 2->0, 3->1, 21->2, 20->3, 19->4, 18->5
#define digitalPinToInterrupt(p) ((p) == 2 ? 0 : ((p) == 3 ? 1 : ((p) >= 18 && (p) <= 21 ? 23 - (p) : NOT_AN_INTERRUPT))) #define digitalPinToInterrupt(p) ((p) == 2 ? 0 : ((p) == 3 ? 1 : ((p) >= 18 && (p) <= 21 ? 23 - (p) : NOT_AN_INTERRUPT)))
#elif defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__) #elif defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)
// Arduino 1284 and 1284P - See Manicbug and Optiboot // Arduino 1284 and 1284P - See Maniacbug and Optiboot
// 10->0, 11->1, 2->2 // 10->0, 11->1, 2->2
#define digitalPinToInterrupt(p) ((p) == 10 ? 0 : ((p) == 11 ? 1 : ((p) == 2 ? 2 : NOT_AN_INTERRUPT))) #define digitalPinToInterrupt(p) ((p) == 10 ? 0 : ((p) == 11 ? 1 : ((p) == 2 ? 2 : NOT_AN_INTERRUPT)))
#elif defined(__AVR_ATmega32U4__) #elif defined(__AVR_ATmega32U4__)

View File

@ -4,6 +4,7 @@
// ********************************************************************************** // **********************************************************************************
// Copyright Thomas Studwell (2014,2015) // Copyright Thomas Studwell (2014,2015)
// Adjustments by Felix Rusu, LowPowerLab.com // Adjustments by Felix Rusu, LowPowerLab.com
// Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************

View File

@ -4,6 +4,7 @@
// ********************************************************************************** // **********************************************************************************
// Copyright Thomas Studwell (2014,2015) // Copyright Thomas Studwell (2014,2015)
// Adjustments by Felix Rusu, LowPowerLab.com // Adjustments by Felix Rusu, LowPowerLab.com
// Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************

View File

@ -8,7 +8,7 @@
// - RFM69 - get library at: https://github.com/LowPowerLab/RFM69 // - RFM69 - get library at: https://github.com/LowPowerLab/RFM69
// - SPIFLash.h - get it here: http://github.com/LowPowerLab/SPIFlash // - SPIFLash.h - get it here: http://github.com/LowPowerLab/SPIFlash
// ********************************************************************************** // **********************************************************************************
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************

View File

@ -8,7 +8,7 @@
// - RFM69 - get library at: https://github.com/LowPowerLab/RFM69 // - RFM69 - get library at: https://github.com/LowPowerLab/RFM69
// - SPIFLash.h - get it here: http://github.com/LowPowerLab/SPIFlash // - SPIFLash.h - get it here: http://github.com/LowPowerLab/SPIFlash
// ********************************************************************************** // **********************************************************************************
// Copyright Felix Rusu 2016, http://www.LowPowerLab.com/contact // Copyright LowPowerLab LLC 2018, https://www.LowPowerLab.com/contact
// ********************************************************************************** // **********************************************************************************
// License // License
// ********************************************************************************** // **********************************************************************************