Skip to content

Commit

Permalink
Examples: RandomNumber add note about the ConfigurationLocking example
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 18, 2024
1 parent 96ab727 commit 7249484
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/RandomNumber/RandomNumber.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
This sketch uses the ECC508/ECC608 or SE050 to generate a random number
every second and print it to the Serial Monitor
If the SecureElement is not configured and locked the ConfigurationLocking
example should be used before running this sketch to setup the chip with a
default TLS configuration.
Circuit:
- A board equipped with ECC508 or ECC608 or SE050 chip
Expand Down Expand Up @@ -35,4 +39,3 @@ void loop() {

delay(1000);
}

0 comments on commit 7249484

Please sign in to comment.