MatrixMiniR4 1.1.4
Matrix Mini R4 Arduino Library API Documentation
Loading...
Searching...
No Matches
MiniR4TCS34725.cpp File Reference

Handling TCS34725 Color Sensor support (currently replace by MXColor). More...

#include <math.h>
#include <stdlib.h>
#include "MiniR4TCS34725.h"

Go to the source code of this file.

Functions

float powf (const float x, const float y)
 Implements missing powf function.
 

Detailed Description

Handling TCS34725 Color Sensor support (currently replace by MXColor).

Definition in file MiniR4TCS34725.cpp.

Function Documentation

◆ powf()

float powf ( const float x,
const float y )

Implements missing powf function.

Parameters
xBase number
yExponent
Returns
x raised to the power of y

Definition at line 18 of file MiniR4TCS34725.cpp.