Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
config_inverter.h
- Committer:
- bwang
- Date:
- 2017-03-01
- Revision:
- 0:941e150e78b6
File content as of revision 0:941e150e78b6:
#ifndef __CONFIG_INVERTER_H #define __CONFIG_INVERTER_H /*DC link voltage, volts*/ #define BUS_VOLTAGE 160.0f /*switching frequency, hertz*/ #define F_SW 5000.0f #endif