Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
define.h
00001 #define SB_ADRS_A 129 00002 #define SB_ADRS_B 132 00003 00004 #define INT_TIME 0.02 00005 #define RESOLUTION 48 00006 00007 #define ON 1 00008 #define OFF 0 00009 00010 #define HIGH 0 00011 #define FALL 1 00012 #define RISE 2 00013 #define LOW 3 00014 00015 #define GEAR_RATE 1.0 00016 #define PULL_RATE 1.0 00017 #define MULTIPLU 4.0
Generated on Sat Jul 16 2022 17:14:16 by
