DS1302.C(86): error C183: unmodifiable lvalue 这个错误该如何改?利用DS1302显示时间的秒部分
DS1302.C(86): error C183: unmodifiable lvalue 这个错误该如何改?利用DS1302显示时间的秒部分
日期:2022-04-10 07:47:37 人气:1
uchar code table[] 是对内部的数据寄存器进行赋值 里面的内容只可读不可写, 你要是想往读写数据的话 直接定义数组就可以了 uchar table[] 或者 ucahr data table[]