Skip to content

Commit f4c2334

Browse files
committed
Corrected comments in Inkplate2.h and .cpp
1 parent 135d39a commit f4c2334

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/boards/Inkplate2.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
**************************************************
33
*
44
* @file Inkplate2.cpp
5-
* @brief Basic funtions for controling inkplate 5
5+
* @brief Basic funtions for controling inkplate 2
66
*
7-
* https://github.com/e-radionicacom/Inkplate-Arduino-library
8-
* For support, please reach over forums: forum.e-radionica.com/en
7+
* https://github.com/SolderedElectronics/Inkplate-Arduino-library
8+
* For support, please reach over forums: https://forum.soldered.com/
99
* For more info about the product, please check: www.inkplate.io
1010
*
1111
* This code is released under the GNU Lesser General Public
1212
*License v3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html Please review the
1313
*LICENSE file included with this example. If you have any questions about
14-
*licensing, please contact techsupport@e-radionica.com Distributed as-is; no
14+
*licensing, please contact hello@soldered.com Distributed as-is; no
1515
*warranty is given.
1616
*
17-
* @authors @ e-radionica.com
17+
* @authors @ Soldered
1818
***************************************************/
1919

2020
#include "../Inkplate.h"
@@ -236,7 +236,7 @@ bool Inkplate::getPanelDeepSleepState()
236236
}
237237

238238
/**
239-
* @brief resetPanel resets Inkplate 6COLOR
239+
* @brief resetPanel resets Inkplate 2
240240
*/
241241
void Inkplate::resetPanel()
242242
{
@@ -247,7 +247,7 @@ void Inkplate::resetPanel()
247247
}
248248

249249
/**
250-
* @brief sendCommand sends SPI command to Inkplate 6COLOR
250+
* @brief sendCommand sends SPI command to Inkplate 2
251251
*
252252
* @param uint8_t _command
253253
* predefined command for epaper control
@@ -265,7 +265,7 @@ void Inkplate::sendCommand(uint8_t _command)
265265
}
266266

267267
/**
268-
* @brief sendData sends SPI data to Inkplate 6COLOR
268+
* @brief sendData sends SPI data to Inkplate 2
269269
*
270270
* @param uint8_t *_data
271271
* pointer to data buffer to be sent to epaper
@@ -285,7 +285,7 @@ void Inkplate::sendData(uint8_t *_data, int _n)
285285
}
286286

287287
/**
288-
* @brief sendData sends SPI data to Inkplate 6COLOR
288+
* @brief sendData sends SPI data to Inkplate 2
289289
*
290290
* @param uint8_t _data
291291
* data to be sent to epaper

src/boards/Inkplate2.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
* @file Inkplate2.h
55
* @brief Basic funtions for controling inkplate 2
66
*
7-
* https://github.com/e-radionicacom/Inkplate-Arduino-library
8-
* For support, please reach over forums: forum.e-radionica.com/en
7+
* https://github.com/SolderedElectronics/Inkplate-Arduino-library
8+
* For support, please reach over forums: https://forum.soldered.com/
99
* For more info about the product, please check: www.inkplate.io
1010
*
1111
* This code is released under the GNU Lesser General Public
1212
*License v3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html Please review the
1313
*LICENSE file included with this example. If you have any questions about
14-
*licensing, please contact techsupport@e-radionica.com Distributed as-is; no
14+
*licensing, please contact hello@soldered.com Distributed as-is; no
1515
*warranty is given.
1616
*
17-
* @authors @ e-radionica.com
17+
* @authors @ Soldered
1818
***************************************************/
1919

2020
#ifndef INKPLATE2_H

0 commit comments

Comments
 (0)