[Main]
Name=send_key
Type=Function
Header=calc_int.h
Definition=int (*send_key) (@uint16_t@ key);

[Parameters]
key : a TI scancode
Returns : 0 if successful, an error code otherwise

[Summary]
Send a scancode to the calculator.

[Description]
This function send a scancode to the calculator. The calculator must be ready and the scancode must be a valid scancode (that is to say compatible with the currently set calculator model).

Valid scancode are defined in: keys73.h, keys83p.h, keys89.h and keys92p.h.
When you need them, simply include tikeys.h.

Note: 89 & 92+ scancodes works but 73/83+ scancodes don't.

[See also]
@TicableLinkCable@