Access NTC CHIP GPIO pins by name.
Usage:
```rust extern crate chip_gpio;
use chip_gpio::ChipPin::*;
let pin = XIO_P0.get(); ```