Skip to content

Commit 78457b1

Browse files
authored
Rename example files (#217)
* rename some example file * add Unit exmaple sketch comment * add module example comment
1 parent f230c61 commit 78457b1

File tree

136 files changed

+378
-1035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+378
-1035
lines changed

examples/Basics/FactoryTest/FactoryTest.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ void startupLogo() {
3636

3737
M5.Lcd.fillScreen(BLACK);
3838
delay(800);
39-
for(int i=0; i>=100; i++) {
40-
M5.Lcd.setBrightness(i);
41-
delay(2);
42-
}
4339
}
4440

4541
//TF card test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/Fire/M5StackFire_BlackOutHelp/M5StackFire_BlackOutHelp.ino

Lines changed: 0 additions & 46 deletions
This file was deleted.

examples/Fire/M5StackFire_MPU9250/M5StackFire_MPU9250.ino

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)