doleph

    1. 真的好漂亮啊。支持楼主。
    2. 请教AVRMega128访问DS3231SN数据不正确原因 4/5225 Microchip MCU 2011-08-07
      下面是主函数   void main(void) {     //init ds3231     Ds3231_init();         Ds3231_Set_Time(11,8,6,9,10,20);    Uart0_SendStr("\nSystem time set OK.\n");       while(1)     {          I2C_Start();         Uart0_SendStr("\nControl Register=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x0e,0)));         Uart0_SendStr("\nStatus Register=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x0f,0)));          Uart0_SendStr("\nYear=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x06,0)));         Uart0_SendStr(",Month=");   Uart0_SendStr(num2Str2(I2C_Read_byte(0x05,0)));         Uart0_SendStr(",day=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x04,0)));         Uart0_SendStr(",Hour=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x02,0)));         Uart0_SendStr(",Minute=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x01,0)));         Uart0_SendStr(",Second=");         Uart0_SendStr(num2Str2(I2C_Read_byte(0x00,1)));         Uart0_Send('\n');             I2C_Stop();     }    } [ 本帖最后由 doleph 于 2011-8-7 11:13 编辑 ]
    3. 基于AD7793的高精度温度测量系统(CN0066) 4/5858 ADI参考电路 2011-08-02
      文档里没有实质性内容,上当了。
    4. AD7793的Rref电阻怎样选取 3/6269 ADI参考电路 2011-08-02
      我也比较纳闷呢,这官方文档上居然没有标明。我在网上搜索,好不容易找到一处,说是5.1K的精密电阻,不知真的假的,至今没有证实。

最近访客

< 1/1 >

统计信息

已有58人来访过

  • 芯积分:--
  • 好友:--
  • 主题:1
  • 回复:4

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言