Simple Nano Circuit
0.0.2
ICType.h
1
#ifndef _ICType_H_
2
#define _ICType_H_
3
4
enum class
ICType
5
{
6
None,
7
FootPin,
8
Wire,
9
Resistor,
10
Capacitor,
11
Inductor,
12
PowerDC,
13
PowerAC,
14
NPN,
15
PNP,
16
GND,
17
};
18
19
#endif
sncircuit
src
ICType.h
Generated by
1.9.4