Sensirion / embedded-sps

Embedded i2c Driver for Sensirion Particulate Matter Sensors - Download the Zip Package from the Release Page
https://github.com/Sensirion/embedded-sps/releases
BSD 3-Clause "New" or "Revised" License
45 stars 15 forks source link

Rename variables with stdint names #30

Closed GetPastTheMonkey closed 4 years ago

GetPastTheMonkey commented 4 years ago

Numerous variables are called uint16_t or similar, as these were automatically replaced in commit 174408a. Some compilers don't like this naming method, so we change the variable names.

This pull request also updates the embedded-common submodule to increase the timeout while clock stretching in sw_i2c mode