Andrew Scheller
bf0017c6b5
Fix typos in ht16k33_i2c README ( #366 )
2023-04-17 08:06:49 -05:00
agento2
56b4522ce4
Remove bitwise operation on address ( #355 )
2023-03-22 09:44:40 -05:00
Graham Sanderson
60829a134a
Make examples friendlier for non GCC compilers and fixed slave_mem_i2c.c to compile on boards without I2C pins ( #336 )
2023-03-10 15:41:40 -06:00
akhodeir
42ffd518c9
fix device reset in mpu6050_i2c.c ( #319 )
...
To reset the MPU6050, the device_reset bit shall be set to '1'.
reference from "MPU-6000/MPU-6050 Register Map and Descriptions"
DEVICE_RESET : When set to 1, this bit resets all internal registers to their default values. The bit automatically clears to 0 once the reset is done.
2023-02-10 09:40:01 -06:00
Peter Harper
5e1c1ca7b6
Add i2c slave example ( #320 )
...
* Add i2c slave example
from https://github.com/vmilea/pico_i2c_slave
To test you need to wire pin GP4 to GP6 (SDA), and pin GP5 to GP7 (SCL)
2023-02-07 08:03:00 -06:00
graham sanderson
9600dec1f0
fix build issues on GCC 12
2023-02-06 16:18:33 -06:00
Peter Harper
b1dae7fb6d
Fix debug build issue ( #300 )
...
Fixes #299
2022-12-06 11:07:05 +00:00
James Hughes
8be18f2998
Update README.adoc ( #293 )
...
Fix up the List of files section.
2022-11-26 18:17:05 -06:00
James Hughes
82eae4c8ea
Added a 14 segment LED example, driven by the HT16K33 ( #219 )
...
No fritzing parts available for the device so no diagrams
2022-11-25 11:32:13 -06:00
James Hughes
aa9a72b494
Refactor the oled_i2c example ( #217 )
...
This PR does a number of things:
1. Renames the oled_i2c example to sssd1306_i2c to match other example folder
names that use the device name
2. Merge code from another ssd1306 exmaple that was sitting in another PR
3. Add a few more demo parts to the code for extra fun.
4. Couple of bug fixes that were reported in original code to fix handling different
display sizes, so code now works for 32 and 64 pixel height displays by changing
a define at top of code.
2022-11-25 10:38:11 -06:00
Andrew Scheller
fa0deaeff9
Fix position of Pico in Fritzing diagram ( #194 )
...
Fixes #191
2022-05-16 14:06:22 -05:00
James Hughes
fb96fad5a5
Fixup a coding error in BME280 example ( #187 )
2021-11-19 10:37:36 -06:00
James Hughes
188d849b1f
Update README.adoc's for various examples to remove unnecessary block callouts. ( #182 )
2021-11-03 11:37:42 -05:00
Graham Sanderson
f800a7e303
Updates along with SDK1.3.0 release ( #181 )
...
Bug fixes and new examples
Co-authored-by: Paulo Marques <pm@quant-insight.com >
Co-authored-by: martin <admin@crossleys.biz >
Co-authored-by: matiasilva <matias.silva@raspberrypi.com >
Co-authored-by: Uri Shaked <uri@urishaked.com >
Co-authored-by: Diego Solano <diegosolano@gmail.com >
Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com >
Co-authored-by: Adrian Hesketh <a-h@users.noreply.github.com >
Co-authored-by: Emircan Gündoğdu <58917386+emircangun@users.noreply.github.com >
Co-authored-by: Josef Wegner <80200012+josefwegner@users.noreply.github.com >
Co-authored-by: pmarques-dev <72901351+pmarques-dev@users.noreply.github.com >
Co-authored-by: Paulo Marques <pm@quant-insight.com >
Co-authored-by: mjcross <mjcross@users.noreply.github.com >
Co-authored-by: martin <admin@crossleys.biz >
2021-11-01 14:41:54 -05:00
graham sanderson
7e4e3290d5
fixup/test compiler warnings
2021-06-03 10:57:13 -05:00
fivdi
849279a8ce
bus_scan: use i2c_default rather than i2c0
2021-04-12 18:24:36 -05:00
Andrew Scheller
a5363d18a6
Fix example-names mentioned in warning messages
2021-03-03 10:12:04 -06:00
Andrew Scheller
a151ab5f87
Typo
...
mismatched closing-quote
2021-03-01 10:00:32 -06:00
graham.sanderson@raspberrypi.com
3e5ab5f49a
fixup typos
2021-03-01 09:43:10 -06:00
graham sanderson
3c82d8aa2b
fixup examples based on default pin #define-s and also support them being undefined
2021-03-01 09:43:10 -06:00
graham sanderson
46078742c7
Initial Release
2021-01-20 16:45:01 -06:00