This is a fork of the `events` subdirectory of https://github.com/ARMmbed/mbed-os

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Files at this revision

API Documentation at this revision

Comitter:
Bogdan Marinescu
Date:
Fri Sep 30 17:12:00 2016 +0300
Parent:
0:a792d4bf36c2
Child:
2:a60d8117d0e0
Commit message:
Include events library headers in mbed.h

The inclusion is conditioned by the presence of the events library
(`MBED_CONF_EVENTS_PRESENT`). This ensures backward compatibility with
SDK builds.

Changed in this revision

mbed_lib.json Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_lib.json	Fri Sep 30 17:12:00 2016 +0300
@@ -0,0 +1,6 @@
+{
+    "name": "events",
+    "config": {
+        "present": 1
+    }
+}