pwm period is now 200us instead of the default 20ms veml6040 config is now AF_BIT | TRIG_BIT

Dependencies:   mbed MMA8451Q USBDevice WakeUp vt100

Fork of afero_node_suntory_2017_06_15 by Orefatoi

util/BitOrder.h

Committer:
Rhyme
Date:
2017-10-18
Revision:
23:e4d2316383a1
Parent:
0:20bce0dcc921

File content as of revision 23:e4d2316383a1:

#ifndef _BIT_ORDER_H_
#define _BIT_ORDER_H_

#include "mbed.h"

class BitOrder
{
public:
    static uint8_t flip(uint8_t in);
};

#endif //_BIT_ORDER_H_