X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_dc_motor.h;h=d69c25b2572976d75f6ffe2046788f49301687c3;hb=7f71ceee79dea7b155679ec439ab6646f2e6bfa6;hp=3475059db24c0db16437ec6297b92b25a75a99ba;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/cfg/cfg_dc_motor.h b/bertos/cfg/cfg_dc_motor.h index 3475059d..d69c25b2 100644 --- a/bertos/cfg/cfg_dc_motor.h +++ b/bertos/cfg/cfg_dc_motor.h @@ -40,7 +40,11 @@ #ifndef CFG_DC_MOTOR_H #define CFG_DC_MOTOR_H -//DC motor configuration +/** + * Number of the DC motors to mange. + * + * $WIZARD = { "type" : "int", "min": "0" } + */ #define CONFIG_NUM_DC_MOTOR 1 #endif /* CFG_DC_MOTOR_H */