Added scaffolding for DS18B20
This commit is contained in:
4
components/ds18b20/ds18b20.c
Normal file
4
components/ds18b20/ds18b20.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int test() {
|
||||
int i = 5;
|
||||
return i;
|
||||
}
|
||||
Reference in New Issue
Block a user