PHiLIP
Main Page
Modules
Data Structures
Files
File List
Globals
PHiLIP_defaults.h
Go to the documentation of this file.
1
13
#ifndef PHILIP_DEFAULTS_H
14
#define PHILIP_DEFAULTS_H
15
16
/* Defines -------------------------------------------------------------------*/
18
#define DEFAULT_SYS_DEVICE_NUM 17061
19
20
#define DEFAULT_I2C_SLAVE_ADDR_1 85
21
22
#define DEFAULT_I2C_SLAVE_ADDR_2 66
23
24
#define DEFAULT_ADC_NUM_OF_SAMPLES 1024
25
26
#define DEFAULT_PWM_H_TICKS 256
27
28
#define DEFAULT_PWM_L_TICKS 256
29
30
#define DEFAULT_DAC_LEVEL 5000
31
32
#define DEFAULT_TMR_MIN_TICK 4294967295
33
35
void
init_defaults_map_t
(
map_t
*init);
36
37
#endif
/* PHILIP_DEFAULTS_H */
38
map_t
The memory map.
Definition:
PHiLIP_typedef.h:340
init_defaults_map_t
void init_defaults_map_t(map_t *init)
Assign defaults for map_t.
Definition:
PHiLIP_defaults.c:23
MMM
PHiLIP_defaults.h
Generated by
1.8.11