1
2
42
168
358
206
typedef enum {INPUT, OUTPUT}PortDir;typedef struct{ uint8 humiInt; uint8 humiFra; int8 tempInt; uint8 tempFra; uint8 checkSum;} AM2302Data;/*************************************************...