Releases: microbotsio/CodeCell
Releases · microbotsio/CodeCell
1.2.7
v1.2.7 Updates:
- New GPIO Utility Functions: Added pinPWM(), pinADC(), pinRead(), and pinWrite() functions to simplify GPIO configuration.
- Improved Schematic: Updated the schematic with missing values filled in and enhanced resolution for better clarity.
- Battery Measurement: Implemented an averaging filter for more stable battery readings when loaded current.
- Sampling Frequency Adjustment: Increased the minimum sampling frequency limit to 1Hz.
- USB Charging Improvement: Introduced the USBChargeState() function to optionally keep CodeCell awake while charging.
1.2.6
v1.2.6 Updates:
- Fixed bug related to Initial Sensor Readings
v1.2.5
v1.2.4 Updates:
- Fixed a bug that caused glitches when initializing multiple motion sensors.
- Improved the Motion_Read function to read sensor data once within the Run function, instead of during individual sensor read function calls.
- Added a new Light_Read function to read sensor data once in the Run function.
- Updated Sensor Read functions
1.2.4
v1.2.4 Updates:
- Updated Run() Function: Now supports configurable sampling frequency between 10Hz and 100Hz.
- Battery Management Fixes: Resolved issues related to detecting full battery charge.
- Serial Output: Updated serial data text for better readability.
- I2C Performance Boost: Increased I2C bus speed from 100kHz to 400kHz
- Device Metadata: Added hardware version, device name, and manufacturer details.
1.2.3
Added more examples and updated bug fixes
1.2.2
Fixed bug related to Rotational Pitch
1.2.1
Updated examples and fixed bugs related to:
- Activity Motion Guessing
- USB charge threshold
1.2.0
Updated Init() function, Added sw version and fix for motion reset bug
1.1.0
Add files via upload