aboutsummaryrefslogtreecommitdiff
path: root/software/shift.h
blob: 27170c5a71a293c457d7a2e1fdb1c6cf893bc3b0 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

extern unsigned char shift_state[2];

/** @brief update physical state of shift registers with shift_state */
void update_shift_state();

/** @brief directly push data to the serial in of the shift registers */
void shift(unsigned char data);