MHVLib
20111011
An efficiency oriented runtime library for AVR microcontrollers
|
#include "MHV_Shifter.h"
Go to the source code of this file.
Functions | |
void | mhv_shiftout_byte_lsb (MHV_PIN *data, MHV_PIN *clock, uint8_t byte) |
void | mhv_shiftout_byte_msb (MHV_PIN *data, MHV_PIN *clock, uint8_t byte) |
Definition at line 29 of file MHV_Shifter.cpp.
Definition at line 43 of file MHV_Shifter.cpp.