v.0.0.8 mv number_to_bitarray_msb in utils-mathematics
This commit is contained in:
11
lib/Utils/src/mathematics.h
Normal file
11
lib/Utils/src/mathematics.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MATHEMATICS_H
|
||||
#define MATHEMATICS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
vector<uint16_t> number_to_bitarray_msb(uint16_t number, int bits = 16, boolean four_bits = false);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user