Welcome to the EyeBot
Version 7 - RPi1
A Controller For Various Hardware IO
|
the code to run the demos sub-window on the GUI for the EyeBot More...
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <eyebot.h>
#include "header.h"
Data Structures | |
struct | STACK |
Structure defining a simple stack for use storing iterations down folders. More... | |
Macros | |
#define | MAX_STACK_SIZE 10 |
Functions | |
int | demoPage (void) |
void | setupDemoMenu (LIST_MENU *listtemp) |
void | setupDeeperMenu (LIST_MENU *listtemp, char *path) |
Variables | |
char | demoPath [MAX_FILECHAR] |
the code to run the demos sub-window on the GUI for the EyeBot