Add more general SetMosState() and SetPwmValue() functions
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#ifndef MAD_CORE_COMMON_H
|
||||
#define MAD_CORE_COMMON_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define UNUSED(s) (void)(s)
|
||||
#define BIT(n) (0x1U << (n))
|
||||
|
||||
Reference in New Issue
Block a user