* @brief 一次将一个字节的数据移位,从最左端或最小 (最右边) 开始 * @param dataPin: 输入每个位的 pin * @param clockPin: 要切换到的 pin 信号从dataPin读取 * @param bitOrder: MSBFIRST/LSBFIRST * @retval 读取的值 (字节) */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected