Fix overly-enthusiastic .gitignore

This commit is contained in:
polyfractal 2017-01-10 06:42:22 -05:00
parent a83d26d251
commit 76247cfc7a
20 changed files with 7104 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#ifndef WIGADGET_H
#define WIGADGET_H
#define FLASH_IOT_DATA (0x0007E000)
#define PSEUDO_DATA 1
void example_wigadget(void);
void gen_json_data(char *i, char *j, unsigned char *json_data);
#endif /* WIGADGET_H */