STM32读具体GPIOx的某一位是1还是01 /**2 * @brief Reads the specified input port pin.3 * @param GPIOx: where x can be (A..G) to select the GPIO peripheral.4 * @param GPIO_Pin: specifies the port bit
刚刚调好了个24c256的操作,自己在程序里搞了个连续读写的函数!很烦那页写跨页的问题,所以干脆做了个通用点的函数,小于3字节的写就用随机写,大于3字节的就用页写!共享拉! 真正供其他操作调用的函数是: uncha