#include "w600.h" void L2_w600_init() { L2_w600_enable(); } void L2_w600_enable() { //W600_ENABLE(); } void L2_w600_disable() { //W600_DISABLE(); }