Lets you control the FRDM-K64F board over the PC using the GUI software (https://github.com/navin-bhaskar/Controller) written in Python. To use the software, connect the FRDM-K64Fto your PC (via USB cable connected to USB port labelled as "open SDA") and start the software to control the FRDM-K64F. For more info on usage, please go to: http://navinbhaskar.blogspot.in/2013/02/arduino-controller-3.html

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

service_list Struct Reference

service_list Struct Reference

< Struct for holding service list More...

#include <TransLayer.h>

Data Fields

call_back_ptr service_function
 call back function pointer
char service_flag
 Packet service flag for which this service responds.

Detailed Description

< Struct for holding service list

Definition at line 38 of file TransLayer.h.


Field Documentation

Packet service flag for which this service responds.

Definition at line 42 of file TransLayer.h.

call_back_ptr service_function

call back function pointer

Definition at line 41 of file TransLayer.h.