docs: Enabled samples in the Java documentation
Signed-off-by: Mircea Bardac <mircea.bardac@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
a7414edca3
commit
31750be753
@@ -36,7 +36,7 @@ namespace mraa
|
|||||||
*
|
*
|
||||||
* This file defines the aio interface for libmraa
|
* This file defines the aio interface for libmraa
|
||||||
*
|
*
|
||||||
* @snippet examples/c++/AioA0.cpp Interesting
|
* @snippet AioA0.cpp Interesting
|
||||||
*/
|
*/
|
||||||
class Aio
|
class Aio
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,6 +30,9 @@ functionality.
|
|||||||
| @ref common.h "common" | @ref mraa::mraa "mraa class" |
|
| @ref common.h "common" | @ref mraa::mraa "mraa class" |
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
### Hello Mraa
|
||||||
|
@snippet HelloEdison.java Interesting
|
||||||
|
|
||||||
## Supported platforms
|
## Supported platforms
|
||||||
|
|
||||||
Specific platform information for supported platforms is documented here:
|
Specific platform information for supported platforms is documented here:
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ mmap-io2.c java/GpioMmapped.java
|
|||||||
spi_max7219.c java/SpiMAX7219.java
|
spi_max7219.c java/SpiMAX7219.java
|
||||||
spi_mcp4261.c java/SpiMCP4261.java
|
spi_mcp4261.c java/SpiMCP4261.java
|
||||||
uart.c java/UartExample.java
|
uart.c java/UartExample.java
|
||||||
c++/AioA0.cpp java/AioA0.java
|
AioA0.cpp java/AioA0.java
|
||||||
c++/Blink-IO.cpp java/BlinkIO.java
|
Blink-IO.cpp java/BlinkIO.java
|
||||||
c++/I2c-compass.cpp java/I2cCompass.java
|
I2c-compass.cpp java/I2cCompass.java
|
||||||
c++/Pwm3-cycle.cpp java/CyclePwm3.java
|
Pwm3-cycle.cpp java/CyclePwm3.java
|
||||||
c++/Spi-pot.cpp java/SpiMCP4261.java
|
Spi-pot.cpp java/SpiMCP4261.java
|
||||||
c++/Uart-example.cpp java/UartExample.java
|
Uart-example.cpp java/UartExample.java
|
||||||
|
|||||||
Reference in New Issue
Block a user