Initial check in

This commit is contained in:
2026-01-03 19:05:48 +01:00
commit 1254878a31
253 changed files with 30484 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef FX2_GPIF_H
#define FX2_GPIF_H
extern void fx2_gpif_init();
extern void fx2_gpif_flowstate( int sel);
#endif