* @brief 一次移出一个字节的数据,从最左端或最小(最右边)开始 * @param dataPin: 输出每个位的 pin * @param clockPin: 将 dataPin 设置为正确值后要切换的 pin (int) * @param bitOrder: MSBFIRST / LSBFIRST * @param value: 要移出的数据(字节) * @retval 无 */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected