Simple Nano Circuit
0.0.2
PinProperty.h
1
#ifndef _PinProperty_H_
2
#define _PinProperty_H_
3
4
enum class
PinProperty
5
{
6
NonPolar,
// 无极性
7
Positive,
// 正极
8
Negative,
// 负极
9
};
10
11
#endif
12
sncircuit
src
PinProperty.h
Generated by
1.9.4