luat_pin.h 164 B

123456789
  1. #ifndef LUAT_PIN_H
  2. #define LUAT_PIN_H
  3. int luat_pin_to_gpio(const char* pin_name);
  4. int luat_pin_parse(const char* pin_name, size_t* zone, size_t* index);
  5. #endif