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