mirror of
https://github.com/SemvdH/OBD2-car-display.git
synced 2025-12-16 04:31:04 +00:00
add getting state string from bt driver
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#define SIZE_OF(a) sizeof(a) / sizeof(a[0])
|
||||
|
||||
float logo_step(float x)
|
||||
{
|
||||
return (float)(25 / (0.2 + exp((double)((-0.08 * x) + 3))));
|
||||
|
||||
Reference in New Issue
Block a user