aboutsummaryrefslogtreecommitdiffstats
path: root/src/initial_pins.h
blob: 95bb29216c12afc9cb610e038ee896a46d611596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __INITIAl_PINS_H
#define __INITIAl_PINS_H

struct initial_pin_s {
    int pin;
    uint8_t flags;
};

enum { IP_OUT_HIGH = 1 };

// out/compile_time_request.c (auto generated file)
extern const struct initial_pin_s initial_pins[];
extern const int initial_pins_size;

#endif // initial_pins.h