Bayley Wang
/
flash_configuration
flash based config testing
config_inverter.h@0:941e150e78b6, 2017-03-01 (annotated)
- Committer:
- bwang
- Date:
- Wed Mar 01 00:52:47 2017 +0000
- Revision:
- 0:941e150e78b6
first commit, reading/writing of config arrays works
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bwang | 0:941e150e78b6 | 1 | #ifndef __CONFIG_INVERTER_H |
bwang | 0:941e150e78b6 | 2 | #define __CONFIG_INVERTER_H |
bwang | 0:941e150e78b6 | 3 | |
bwang | 0:941e150e78b6 | 4 | /*DC link voltage, volts*/ |
bwang | 0:941e150e78b6 | 5 | #define BUS_VOLTAGE 160.0f |
bwang | 0:941e150e78b6 | 6 | |
bwang | 0:941e150e78b6 | 7 | /*switching frequency, hertz*/ |
bwang | 0:941e150e78b6 | 8 | #define F_SW 5000.0f |
bwang | 0:941e150e78b6 | 9 | |
bwang | 0:941e150e78b6 | 10 | #endif |