bafang-esp32/src/bafang.h

12 lines
87 B
C++

#ifndef BAFANG_H
#define BAFANG_H
#include <stdint.h>
namespace Bafang {
}
#endif