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.
dshot.h
00001 #ifndef DSHOT_H 00002 #define DSHOT_H 00003 00004 #include "mbed.h" 00005 #include "MODDMA.h" 00006 00007 #define DSHOT_CMD_LENGTH 16 00008 #define DSHOT_BUFFER_LENGTH DSHOT_CMD_LENGTH + 1 00009 00010 #define DSHOT_CLK 150000 00011 #define DSHOT_0_TIME (int)(0.375*255) 00012 #define DSHOT_1_TIME (int)(0.75*255) 00013 00014 #endif //DSHOT_H
Generated on Fri Jul 22 2022 11:52:39 by
