soft/lpc122x/examples
2022-11-08 Nathael PajaniComplete README file content for test_sensor_env example
2022-11-08 Nathael PajaniUpdate servomotor example README file according to...
2022-11-08 Nathael PajaniUpdate README file in WS2812 ledstrip example according...
2022-11-08 Nathael PajaniTypo fix in README file of i2c_temp example
2022-11-08 Nathael PajaniUpdated README file in gpio_intr example
2022-11-08 Nathael PajaniAdd comment to ADC example
2022-11-08 Nathael Pajanirollback a "find/replace" side effect : restore origina...
2022-11-08 Nathael PajaniEEPROM example README redaction
2022-11-08 Nathael PajaniSimple systick test/demo app
2022-11-08 Nathael PajaniUpdate GPIO interrupt test application
2022-11-08 Nathael PajaniUpdate test app due to driver interface update.
2022-11-08 Nathael PajaniFix, temperature is signed, may be below 0°C
2022-11-08 Nathael PajaniFix typo in mqtt_sub README
2022-11-08 Nathael PajaniUpdate MQTT subscribe example to add keep-alive (ping...
2022-11-08 Nathael PajaniFix publish acknowledge
2022-11-08 Nathael Pajaniindentation fix
2022-11-08 Nathael PajaniAdd subscriber example. Under test.
2022-11-08 Nathael PajaniUpdate app to modifications in mqtt protocol support...
2022-11-08 Nathael PajaniUse struct mqtt_topic for topic names in mqtt_pub examp...
2022-11-08 Nathael PajaniAdd MQTT publish example README
2022-11-08 Nathael PajaniSplit mqtt publish example in two files.
2022-11-08 Nathael PajaniIncrement publish packet id, as to consecutive packet...
2022-11-08 Nathael PajaniRename publisher example, in order to differentiate...
2022-11-08 Nathael PajaniSample RTC code (PCF85363 from NXP)
2022-11-08 Nathael PajaniUpdate all files to mention version 3 of the GPL.
2022-11-08 Nathael PajaniTypo in comments
2022-11-08 Nathael PajaniFix comment to match code
2022-11-08 Nathael PajaniUse commands from serial rather than ADC input Use...
2022-11-08 Cyprien Laplaceoled: add support for SPI ssd130x displays
2022-11-08 Nathael PajaniRemove code related to ws2812 leds (do not mix examples...
2022-11-08 Nathael PajaniAdding Exanh weather sensors board example.
2022-11-08 Nathael PajaniAdding SD Card Read/Write example.
2022-11-08 David OdinUpdated for the new ssd130x driver api
2022-11-08 Nathael PajaniAdd a test in apps makefiles to get proper function...
2022-11-08 Nathael PajaniOled ssd130x example.
2022-11-08 Nathael PajaniUse new font for epaper example
2022-11-08 Nathael PajaniSimple Deep power down example.
2022-11-08 Nathael PajaniAdding VEML6070 I2C UV sensor example application
2022-11-08 Nathael PajaniUpdated according to new ADC driver API Updated Comment...
2022-11-08 Nathael PajaniUpdated Comments Updated according to new header files...
2022-11-08 Nathael PajaniUpdated according to new Timers driver API Updated...
2022-11-08 Nathael PajaniUpdated according to new ADC driver API Updated Comment...
2022-11-08 Nathael PajaniUpdated Comments Updated according to new header files...
2022-11-08 Nathael PajaniUpdated according to new I2C driver API Updated Comment...
2022-11-08 Nathael PajaniUpdated Comments Updated according to new header files...
2022-11-08 Nathael PajaniUpdated according to new Timers driver API Updated...
2022-11-08 Nathael PajaniUpdated according to new I2C driver API Updated Comment...
2022-11-08 Nathael PajaniUpdated according to new ADC driver API Updated Comment...
2022-11-08 Nathael Pajaniimprovements to watchdog example
2022-11-08 Nathael PajaniServo-motor control example
2022-11-08 Nathael PajaniSmall fixes on ultrasonic sensor example - typo - messa...
2022-11-08 Nathael PajaniImprovements for eeprom example
2022-11-08 Nathael PajaniWatchdog example (using ADC example as base).
2022-11-08 Nathael Pajaniuse startup_watchdog_disable() instead of stop_watchdog...
2022-11-08 nathael PajaniMove the host app for microphone to the right app direc...
2022-11-08 Nathael PajaniCommit of the simple ADC Rx test, used for audio sampling.
2022-11-08 Nathael PajaniAdding a new mode to the led strip example
2022-11-08 Gabriel Huaumove code to use uprintf instead of snprintf+serial_write
2022-11-08 Nathael PajaniThese got lost in the merge, moves, and Makefiles modif...
2022-11-08 Nathael PajaniModify all base apps Makefiles according to the new...
2022-11-08 Nathael PajaniMove all base apps to a base subdirectory in apps....