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.
Dependencies: AX-12A Dynamixel mbed iothub_client EthernetInterface NTPClient ConfigFile SDFileSystem iothub_amqp_transport mbed-rtos proton-c-mbed wolfSSL
Sequences.h
00001 // Copyright (c) Microsoft. All rights reserved. 00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 00003 00004 #ifndef __SEQUENCES_H__ 00005 #define __SEQUENCES_H__ 00006 00007 #include <ActionBuf.h> 00008 00009 extern vector<ActionSequence*> UpDownSeq; 00010 extern vector<ActionSequence*> UpTwistSeq; 00011 extern vector<ActionSequence*> StartSeq; 00012 extern vector<ActionSequence*> WaveSeq; 00013 extern vector<ActionSequence*> TapsSeq; 00014 extern vector<ActionSequence*> BigWaveSeq; 00015 00016 void MakeSequences(int partSize); 00017 00018 #endif
Generated on Tue Jul 12 2022 16:05:15 by
1.7.2