mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-06-22 11:56:19 +03:00
seems like it's alpha-release
This commit is contained in:
@@ -71,7 +71,7 @@ int mlx_setaddr(int n, uint8_t addr){
|
||||
}
|
||||
uint8_t mlx_getaddr(int n){
|
||||
if(n < 0 || n >= N_SENSORS) return 0;
|
||||
return sens_addresses[n];
|
||||
return sens_addresses[n] >> 1;
|
||||
}
|
||||
// pause state machine and stop
|
||||
void mlx_pause(){
|
||||
|
||||
Reference in New Issue
Block a user