language = "C"
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_guard = "ST3215_H"
pragma_once = true
header = "/**\n * ST3215 Servo Controller - C/C++ Interface\n * \n * Cette bibliothèque permet de contrôler des servomoteurs ST3215 depuis C/C++\n */"
namespace = "st3215"
documentation = true
documentation_style = "c"
line_length = 100
tab_width = 4
[export]
include = ["ST3215Handle"]
[export.rename]
"ST3215Handle" = "ST3215Handle"
[defines]
"target_os = windows" = "ST3215_WINDOWS"
"target_os = linux" = "ST3215_LINUX"
"target_os = macos" = "ST3215_MACOS"