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 96ab727 commit 7249484Copy full SHA for 7249484
examples/RandomNumber/RandomNumber.ino
@@ -4,6 +4,10 @@
4
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
+ If the SecureElement is not configured and locked the ConfigurationLocking
8
+ example should be used before running this sketch to setup the chip with a
9
+ default TLS configuration.
10
+
11
Circuit:
12
- A board equipped with ECC508 or ECC608 or SE050 chip
13
@@ -35,4 +39,3 @@ void loop() {
35
39
36
40
delay(1000);
37
41
}
38
-
0 commit comments