diff --git a/examples/DirList/DirList.ino b/examples/DirList/DirList.ino index 4c4fe2e..1e178cc 100644 --- a/examples/DirList/DirList.ino +++ b/examples/DirList/DirList.ino @@ -5,7 +5,7 @@ get a list of the existing folders and files. The circuit: - - Portenta H7 + - Portenta H7 or GIGA R1 WiFi This example code is in the public domain. */ diff --git a/examples/FileRead/FileRead.ino b/examples/FileRead/FileRead.ino index d5d5db0..b41575d 100644 --- a/examples/FileRead/FileRead.ino +++ b/examples/FileRead/FileRead.ino @@ -7,7 +7,7 @@ in your storage device and write some content inside. The circuit: - - Portenta H7 + - Portenta H7 or GIGA R1 WiFi This example code is in the public domain. */ diff --git a/examples/FileWrite/FileWrite.ino b/examples/FileWrite/FileWrite.ino index cfaf66b..61f8be3 100644 --- a/examples/FileWrite/FileWrite.ino +++ b/examples/FileWrite/FileWrite.ino @@ -5,7 +5,7 @@ write a file, eventually overwriting the original content. The circuit: - - Portenta H7 + - Portenta H7 or GIGA R1 WiFi This example code is in the public domain. */