Replace Edje mention with MRAA.
Compare changes
+ 1
− 1
@@ -66,7 +66,7 @@
<li><a href="https://eclipse.org/edje" target="_blank">Eclipse Edje</a> provides an high-level API for accessing hardware features provided by microcontrollers (e.g GPIO, ADC, MEMS, etc.). It can directly connect to native libraries, drivers, and board support packages provided by silicon vendors.</li>
<li><a href="https://projects.eclipse.org/proposals/eclipse-mraa" target="_blank">Eclipse MRAA</a> is a low-level library written in the C/C++ language. MRAA abstracts the details associated with accessing and manipulating the basic I/O capabilities of popular IoT platforms and boards and presents a single, concise API.</li>