Horizon
pin_name_orientation.hpp
1 #pragma once
2 #include "lut.hpp"
3 
4 namespace horizon {
5 
6 enum class PinNameOrientation { IN_LINE, PERPENDICULAR, HORIZONTAL };
7 extern const LutEnumStr<PinNameOrientation> pin_name_orientation_lut;
8 
9 } // namespace horizon