Skip to content
Snippets Groups Projects
portexpander.h 193 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef PORTEXPANDER_H
    #define PORTEXPANDER_H
    
    #include <stdint.h>
    
    #include <stdbool.h>
    
    
    void portexpander_init(void);
    uint8_t portexpander_get(void);
    
    bool portexpander_detected(void);