Skip to content

Commit c1676e5

Browse files
committed
Upload Files
1 parent 131af69 commit c1676e5

File tree

1 file changed

+12
-0
lines changed
  • Coinbase Wallet/library/progress/examples/test

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include <progress.h>
2+
3+
void PROGRESS(float p){
4+
Serial.println(p);
5+
}
6+
7+
void setup(){
8+
PROGRESS(0.5);
9+
}
10+
11+
void loop(){
12+
}

0 commit comments

Comments
 (0)