Skip to content

Commit 5881bd8

Browse files
committed
Adding minimalic example in order to get the toolchain to include and compile the folder ENVIE_Video_Firefly
1 parent 3b79e6a commit 5881bd8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include <ENVIE_Video_Firefly.h>
2+
3+
void setup() {
4+
anx7625_setup();
5+
}
6+
7+
void loop() {
8+
9+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef ENVIE_VIDEO_FIREFLY_H_
2+
#define ENVIE_VIDEO_FIREFLY_H_
3+
4+
void anx7625_setup(void);
5+
6+
#endif /* ENVIE_VIDEO_FIREFLY_H_ */

0 commit comments

Comments
 (0)