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: mbed Herkulex_Library_2019
actions/actions_Pr.cpp
- Committer:
- maximilienlv
- Date:
- 2020-06-02
- Revision:
- 0:0cb11adecfc6
File content as of revision 0:0cb11adecfc6:
#include "actions_Pr.h"
uint8_t servos_bras_testeur[2] = {RLED_ON, 1};
uint16_t pos_testeur[1] = {400};
void test_BRAS_1(void)
{
positionControl_Mul_ensemble_complex(1, 100, servos_bras_testeur, pos_testeur, 1);
}
void test_BRAS_2(void)
{
positionControl_Mul_ensemble_complex(1, 100, servos_bras_testeur, pos_testeur, 2);
}
void test_BRAS_3(void)
{
positionControl_Mul_ensemble_complex(1, 100, servos_bras_testeur, pos_testeur, 3);
}
void test_BRAS_4(void)
{
positionControl_Mul_ensemble_complex(1, 100, servos_bras_testeur, pos_testeur, 4);
}
void test_BRAS_5(void)
{
positionControl_Mul_ensemble_complex(1, 100, servos_bras_testeur, pos_testeur, 5);
}