Implement Images

This commit is contained in:
Michal Moskal
2016-04-01 19:55:51 -07:00
parent 6176963504
commit 4b92de7516
8 changed files with 163 additions and 76 deletions

View File

@ -150,7 +150,8 @@ namespace control {
*/
//% weight=21 blockGap=12 blockId="control_raise_event" block="raise event|from source %src=control_event_source|with value %value=control_event_value" blockExternalInputs=1
//% mode.defl=CREATE_AND_QUEUE
void raiseEvent(int src, int value, EventCreationMode mode) { }
void raiseEvent(int src, int value, EventCreationMode mode) {
}
/**
* Raises an event in the event bus.