Skip to content

Commit 3a07e16

Browse files
committed
Examples: fix Random Number Sketch header
1 parent 1e3a4fd commit 3a07e16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/RandomNumber/RandomNumber.ino

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/*
22
secureElement Random Number
33
4-
This sketch uses the ECC508 or ECC608 to generate a random number
4+
This sketch uses the ECC508/ECC608 or SE050 to generate a random number
55
every second and print it to the Serial Monitor
66
77
Circuit:
8-
- MKR board with ECC508 or ECC608 on board
8+
- A board equipped with ECC508 or ECC608 or SE050 chip
99
10-
created 19 July 2018
11-
by Sandeep Mistry
10+
This example code is in the public domain.
1211
*/
1312

1413
#include <Arduino_SecureElement.h>

0 commit comments

Comments
 (0)