discoverpixy
Main Page
Modules
Data Structures
Files
File List
Globals
common
system
system.h
Go to the documentation of this file.
1
#ifndef SYSTEM_H
2
#define SYSTEM_H
3
9
10
11
#include <stdbool.h>
12
#include <stdint.h>
13
18
bool
system_init
();
19
24
void
system_delay
(uint32_t msec);
25
29
void
system_process
();
30
34
void
system_toggle_led
();
35
38
#endif
/* SYSTEM_H */
system_delay
void system_delay(uint32_t msec)
Definition:
system.c:9
system_toggle_led
void system_toggle_led()
Definition:
system.c:17
system_init
bool system_init()
Definition:
system.c:5
system_process
void system_process()
Definition:
system.c:13
Generated on Tue May 12 2015 11:11:45 for discoverpixy by
1.8.9.1