Skip to content
Snippets Groups Projects
Pwm.php 141 B
Newer Older
Thomas Flori's avatar
Thomas Flori committed
<?php

namespace App\Model;

class Pwm
{
    const ENABLE_FULL_SPEED = 0;
    const ENABLE_MANUAL = 1;
    const ENABLE_MIN_AUTOMATIC = 2;
}