hayesesp.h 230 B

123456789101112131415161718
  1. #ifndef HAYESESP_H
  2. #define HAYESESP_H
  3. struct hayes_esp_config {
  4. short flow_on;
  5. short flow_off;
  6. short rx_trigger;
  7. short tx_trigger;
  8. short pio_threshold;
  9. unsigned char rx_timeout;
  10. char dma_channel;
  11. };
  12. #endif /* ESP_H */