Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
Pages.h
Go to the documentation of this file.
1#ifndef PAGES_H
2#define PAGES_H
3
4void ledLoop();
5void ledInit();
6
7void userInit();
8
9void voltageLoop();
10void voltageInit();
11
12#endif /* PAGES_H */
13
14
void voltageLoop()
void userInit()
Definition UserPage.ino:75
void ledLoop()
Definition LedPage.ino:30
void voltageInit()
void ledInit()
Definition LedPage.ino:215