Skip to content

Commit bdeefd6

Browse files
author
Pete Lewis
committed
Attribution and link to pull request 3
Big thanks to Gili Yankovitch!
1 parent c1dcb14 commit bdeefd6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

examples/Example7_Hash/Example7_Hash.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Date: April 23rd, 2020
66
License: This code is public domain but you can buy me a beer if you use this and we meet someday (Beerware license).
77
8+
Contributions for SHA256 support by Gili Yankovitch (github @gili-yankovitch), March 2020
9+
See details of PR here: https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library/pull/3
10+
811
Feel like supporting our work? Please buy a board from SparkFun!
912
https://www.sparkfun.com/products/15573
1013

src/SparkFun_ATECCX08a_Arduino_Library.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Written by Pete Lewis @ SparkFun Electronics, August 5th, 2019
55
6+
Contributions for SHA256 support by Gili Yankovitch (github @gili-yankovitch), March 2020
7+
See details of PR here: https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library/pull/3
8+
69
The IC uses I2C or 1-wire to communicate. This library only supports I2C.
710
811
https://github.com/sparkfun/SparkFun_ATECCX08A_Arduino_Library

src/SparkFun_ATECCX08a_Arduino_Library.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Written by Pete Lewis @ SparkFun Electronics, August 5th, 2019
55
6+
Contributions for SHA256 support by Gili Yankovitch (github @gili-yankovitch), March 2020
7+
See details of PR here: https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library/pull/3
8+
69
The IC uses I2C and 1-wire to communicat. This library only supports I2C.
710
811
https://github.com/sparkfun/SparkFun_ATECCX08A_Arduino_Library

0 commit comments

Comments
 (0)