18 for (uint16_t i = 0; i <= 300; i++) {
21 hal.
console->
printf(
"\ni:%u high:%u low:%u", (
unsigned int)i, (
unsigned int)high, (
unsigned int)low);
25 for (uint16_t i = 301; i <= 65400; i += 200) {
28 hal.
console->
printf(
"\ni:%u high:%u low:%u", (
unsigned int)i, (
unsigned int)high, (
unsigned int)low);
AP_HAL::UARTDriver * console
void test_high_low_byte(void)
virtual void printf(const char *,...) FMT_PRINTF(2
Common definitions and utility routines for the ArduPilot libraries.