summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathael Pajani [Sat, 11 Feb 2023 04:22:35 +0000 (05:22 +0100)]
Add gitignore file
Nathael Pajani [Wed, 18 Aug 2021 08:15:28 +0000 (10:15 +0200)]
ROM UART test app
Nathael Pajani [Sat, 13 May 2017 01:47:02 +0000 (03:47 +0200)]
Comments update in BME280 example.
Nathael Pajani [Tue, 27 Sep 2016 22:11:56 +0000 (00:11 +0200)]
Changes to timers API
Nathael Pajani [Tue, 27 Sep 2016 22:10:53 +0000 (00:10 +0200)]
Changes to ADC API
Nathael Pajani [Mon, 26 Sep 2016 15:57:56 +0000 (17:57 +0200)]
Bugfix : did not use the right variable name
Nathael Pajani [Thu, 15 Sep 2016 13:49:07 +0000 (15:49 +0200)]
VCNL4040 I2C Light / Distance sensor example
Nathael Pajani [Thu, 15 Sep 2016 03:17:40 +0000 (05:17 +0200)]
Example app for BME280 sensor driver
Nathael Pajani [Thu, 15 Sep 2016 03:15:13 +0000 (05:15 +0200)]
Display error number on error
Nathael Pajani [Thu, 15 Sep 2016 03:15:07 +0000 (05:15 +0200)]
Display error number on error
Nathael Pajani [Thu, 15 Sep 2016 03:15:00 +0000 (05:15 +0200)]
Display error number on error
Nathael Pajani [Tue, 13 Sep 2016 16:30:32 +0000 (18:30 +0200)]
VEML6070 I2C UV sensor example
Nathael Pajani [Tue, 13 Sep 2016 16:27:19 +0000 (18:27 +0200)]
TSL256x I2C luminosity and IR sensor example
Nathael Pajani [Tue, 13 Sep 2016 16:20:20 +0000 (18:20 +0200)]
Update comments Use the TMP101 sensor adress as used on the exanh sensor board.
Nathael Pajani [Mon, 8 Aug 2016 20:20:18 +0000 (22:20 +0200)]
Fix comments and use uprintf instead of serial_write
Nathael Pajani [Sat, 18 Jun 2016 11:13:02 +0000 (13:13 +0200)]
Adding partial support for State Configurable Timers (SCT) Use as one 32 bits counter for PWM implemented and tested
Nathael Pajani [Wed, 15 Jun 2016 16:41:56 +0000 (18:41 +0200)]
Initial commit Most of the code received basic testing. Most of the code comes from the LPC1224 support code.