This commit is contained in:
Harald Pichler 2014-12-29 08:16:47 +01:00
parent aaaa0aa138
commit 365fe31b02
4 changed files with 6 additions and 6 deletions

View file

@ -23,6 +23,7 @@ uint16_t analog5_voltage = 0;
void setup (void)
{
arduino_pwm_timer_init ();
rest_init_engine ();
rest_activate_resource (&resource_led_pwm);
rest_activate_resource (&resource_led_period);