llvm-mos-sdk
Functions
sortron.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for sortron.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool rpc8e_sortron_command (uint8_t id)
 Send a command to the Sortron and wait for it to complete. More...
 

Detailed Description

Functionality related to the Sortron.

Function Documentation

◆ rpc8e_sortron_command()

bool rpc8e_sortron_command ( uint8_t  id)

Send a command to the Sortron and wait for it to complete.

Parameters
idThe command ID.
Returns
bool Whether or not the command was successful.