We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a4fd commit 3a07e16Copy full SHA for 3a07e16
examples/RandomNumber/RandomNumber.ino
@@ -1,14 +1,13 @@
1
/*
2
secureElement Random Number
3
4
- This sketch uses the ECC508 or ECC608 to generate a random number
+ This sketch uses the ECC508/ECC608 or SE050 to generate a random number
5
every second and print it to the Serial Monitor
6
7
Circuit:
8
- - MKR board with ECC508 or ECC608 on board
+ - A board equipped with ECC508 or ECC608 or SE050 chip
9
10
- created 19 July 2018
11
- by Sandeep Mistry
+ This example code is in the public domain.
12
*/
13
14
#include <Arduino_SecureElement.h>
0 commit comments