Anton Viktorov
Anton Viktorov
# What does this implement/fix? ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [...
# What does this implement/fix? This implements simple but very useful first-order High-pass and Low-pass filters. High-pass - removing static offset and reduce low-freq noise. `y[i] := α × (y[i−1]...
# What does this implement/fix? Adds ability to select single shot measurement instead of continuous to save power for battery powered devices ## Types of changes - [ ] Bugfix...
# What does this implement/fix? RGBC sensor support + lux and CCT calculations ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New...
# What does this implement/fix? Support for AS7343 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds...
# What does this implement/fix? bugfix for SPI read ## Types of changes - [X] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which...
Hi Some lame question here - would you please provide example for typescript implementation. Typically structure is following ``` export interface IProps {} export interface IState {} export class ABC...
# What does this implement/fix? add_action() method in the template has return value, but it neither returned nor used. Just replaced it with void ## Types of changes - [X]...
# What does this implement/fix? Implements support of MSA311 and MSA301 accelerometers - reading accel sensors - on_tap/on_double_tap triggers ## Types of changes - [ ] Bugfix (non-breaking change which...
# What does this implement/fix? ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -...