flash based config testing

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config_inverter.h Source File

config_inverter.h

00001 #ifndef __CONFIG_INVERTER_H
00002 #define __CONFIG_INVERTER_H
00003 
00004 /*DC link voltage, volts*/
00005 #define BUS_VOLTAGE 160.0f
00006 
00007 /*switching frequency, hertz*/
00008 #define F_SW 5000.0f
00009 
00010 #endif