Ignore:
Timestamp:
Apr 30, 2016, 11:29:25 PM (8 years ago)
Author:
ertl-honda
Message:

1.7.10のファイルに更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/arduino_lib/libraries/Servo/src/Servo.h

    r136 r224  
    6666#elif defined(ARDUINO_ARCH_SAMD)
    6767        //#include "samd/ServoTimersSamd.h"
    68         #define MIN_PULSE_WIDTH_SAMD 500
    69         #define MAX_PULSE_WIDTH_SAMD 2100
     68        #define MIN_PULSE_WIDTH_SAMD_TCC 405
     69        #define MAX_PULSE_WIDTH_SAMD_TCC 2300
     70        #define MIN_PULSE_WIDTH_SAMD_TC 1700
     71        #define MAX_PULSE_WIDTH_SAMD_TC 9200
    7072#else   
    7173        #error "This library only supports boards with an AVR,SAM or SAMD processor."
Note: See TracChangeset for help on using the changeset viewer.