2021-10-04 01:08:08 +08:00

8 lines
162 B
C

#ifndef MS_LED__H
#define MS_LED__H
#include "baseObj.h"
/* only expose the NEW function. */
MimiObj *New_LED1(Args *args);
MimiObj *New_LED2(Args *args);
#endif