#ifndef __PM25_H
#define __PM25_H
#include "main.h"
void pm25_on(void);
void pm25_sleep(void);
#endif /* __PM25_H */