File wiring_shift.c
FileList > arduino > src > wiring > wiring_shift.c
Go to the source code of this file.
#include <Arduino.h>
#include <stdint.h>
Public Functions
Type | Name |
---|---|
uint8_t | shiftIn (pin_size_t ulDataPin, pin_size_t ulClockPin, BitOrder ulBitOrder) |
void | shiftOut (pin_size_t ulDataPin, pin_size_t ulClockPin, BitOrder ulBitOrder, uint8_t ulVal) |
Public Functions Documentation
function shiftIn
function shiftOut
The documentation for this class was generated from the following file cores/common/arduino/src/wiring/wiring_shift.c