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
4
#include <stdbool.h>
5
#include <stdint.h>
6
12
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 Sat Jun 6 2015 18:48:32 for discoverpixy by
1.8.9.1