aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2016-03-22firmata: Call FirmataCurieIMU firmata plugin API to retrieve raw acceleromete...deadprogram
2016-03-22firmata: Add very simple mraa firmata examples for JS & Pythondeadprogram
2016-03-22examples: disable firmata examples if firmata disabledBrendan Le Foll
2016-03-22firmata: add public firmata API to support custom firmata pluginsBrendan Le Foll
2016-03-22examples: gpio-tool.js now catches exception if invalid pin is specifiedHenry Bruce
2016-03-22examples: hello_isr.py now catches exception if invalid pin is specifiedHenry Bruce
2016-03-22examples: Isr.java now catches exception if invalid pin is specifiedHenry Bruce
2016-03-22examples: Java ISR example now displays pin number and levelHenry Bruce
2016-03-22examples: Added isrExit() call to gpio-tool.js for ISR shutdown testingHenry Bruce
2016-03-22examples: Updated python gpio isr exampleHenry Bruce
2016-03-22java: Allows Java GPIO ISR sample to exit so IsrExit() method can be testedHenry Bruce
2016-02-24up: add support for UP BoardDan O'Donovan
2016-02-16examples: java: Add test for subplatform GPIO pinsPetre Eftime
2016-02-12mraa-i2c: Added "repeated read" command for stress testingHenry Bruce
2016-02-12examples: Java GPIO ISR example now takes pin as command line argumentHenry Bruce
2016-02-12examples: Added JavaScript gpio toolHenry Bruce
2016-02-12cmake: Added INSTALLTOOLS option that installs both mraa-gpio and mraa-i2cHenry Bruce
2016-02-09Blink-IO.cpp: fix dual include of stdlib for no reasonBrendan Le Foll
2016-02-08js examples: removed surplus char() helper functionAlex Tereschenko
2016-01-21java: Migrate IsrCallbacks to Java's Runnable classPetre Eftime
2016-01-21mraa.c: make mraa_get_platform_name use a const charBrendan Le Foll
2016-01-06Blink-IO.js: Call the function after declaring itBrendan Le Foll
2016-01-06CMakeLists.txt: do not require a C++ compilerPieterjan Camerlynck
2016-01-06examples/mraa-i2c: Fixed physical bus id error in list commandHenry Bruce
2015-12-21mraa: Remove trailing whitespace/tabs from various partsBrendan Le Foll
2015-12-15iio: C API changes and C++ API enhancementsHenry Bruce
2015-12-15examples: Converted iio dummy driver test app to C++Henry Bruce
2015-12-15examples: Extended iio_dummy_test to cover more cases.Henry Bruce
2015-12-15examples: Added iio_dummy_test, a test app that uses iio_dummy driverHenry Bruce
2015-12-15iio: iio consolidate read and write APILay, Kuan Loon
2015-12-15iio-example: printf take extra argumentLay, Kuan Loon
2015-12-15iio: added event apiLay, Kuan Loon
2015-12-15iio: Improve iio channel parsing to add enabled channelsBrendan Le Foll
2015-12-15iio: initial pass at getting channel information from scan_elementsBrendan Le Foll
2015-12-15iio_driver.c: remove weird API callsBrendan Le Foll
2015-12-15iio: Find attributes and channels in iio deviceBrendan Le Foll
2015-12-15iio_driver.c: Add example for iio interfaceBrendan Le Foll
2015-12-14examples: added more elaborated Python UART exampleAlex Tereschenko
2015-12-01cmake: use cmake includedirKevron Rees
2015-10-26examples: Fixed bug in mraa-gpio introduced by sub-platform update.Henry Bruce
2015-10-09uart.js: Rewrite of example to show more functionalityxbolshe
2015-10-01docs: Enabled samples in the Java documentationMircea Bardac
2015-10-01Isr.java: Fix ISR example to use pin 6 and sleep properlyPetre Eftime
2015-10-01samples.mapping.txt: Add samples mapping for java samplesPetre Eftime
2015-10-01examples/java: Port examples containing [Interesting] tag from C/C++Petre Eftime
2015-10-01examples/java: Update, indent and add [Interesting] tags to examplesPetre Eftime
2015-09-29Isr-pin6.cpp: Add example for c++ isrBrendan Le Foll
2015-09-08mraa-i2c.c: remove unused arguments to printf statementsBrendan Le Foll
2015-09-08mraa: Add types.hpp; Use types.hpp for C++ and SWIGPetre Eftime
2015-09-08hellomraa.c: Remove i2c callsBrendan Le Foll