Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 2 months ago.
sending command from central
hi,
I am following mbed_os_led_blinker program here the central device is reading the initial value from the peripheral device and writing the toggle value to the peripheral it working fine.
Now I want to toggle the led of peripheral device by sending the button state value from central to peripheral device how do I make changes in "mbed os blinker program" , how to write the button state value to make led on and off please help me.