With this code you will be able to blink LED1 when you push a graphical button. I use RPC and RTOS librairies on Mbed LPC1768. On python I use mbedRPC, and Tkinter.

Dependencies:   mbed-rpc mbed-rtos mbed

Fork of Blinking_RPC by thomas cassera

Revision:
1:589beced7ccc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/read-me.txt	Sun Jul 30 12:06:24 2017 +0000
@@ -0,0 +1,9 @@
+to execute the python script with linux :
+
+create a folder with GUI.py , mbedrpc.py on it.
+
+and execute : python 'path'/'folder'/GUI.py
+
+If you have an error with the serialPort, check where is connect the controller : ls /dev/ttyACM*
+
+If permission is denied, add it with : sudo chmod a+rw,u+rw,o+rw /dev/ttyACM'X'    with 'X'=> name of serialport 
\ No newline at end of file