5KG电子称源程序

时间:2016-06-07 05:20:01
【文件属性】:

文件名称:5KG电子称源程序

文件大小:65KB

文件格式:RAR

更新时间:2016-06-07 05:20:01

HX711

5KG电子称的源程序hx711 #ifndef _hx711_h_ #define _hx711_h_ #include #include #define uchar unsigned char #define uint unsigned int #define ulong unsigned long sbit hx711_dout=P2^0; sbit hx711_sck=P2^1; void Delay__hx711_us(void) { _nop_(); _nop_(); } ulong ReadCount(void) //增益128 { ulong count; uchar i; hx711_dout=1; Delay__hx711_us(); hx711_sck=0; count=0; while(hx711_dout); for(i=0;i<24;i++) { hx711_sck=1; count=count<<1; hx711_sck=0; if(hx711_dout) count++; } hx711_sck=1; Delay__hx711_us(); hx711_sck=0; return(count); } #endif


【文件预览】:
5KG电子秤程序(只有称重功能)
----shizhong.h(3KB)
----sc1010.h(11KB)
----shizhong_uvopt.bak(59KB)
----lcd_1602.h(5KB)
----STARTUP.OBJ(749B)
----ds1302.h(2KB)
----shizhong.c(6KB)
----shizhong.hex(12KB)
----key.h(836B)
----shizhong.lnp(48B)
----shizhong.M51(44KB)
----STARTUP.A51(5KB)
----shizhong_Uv2.Bak(2KB)
----shizhong.LST(15KB)
----shizhong(34KB)
----hx711.h(640B)
----shizhong.Uv2.bak(2KB)
----STARTUP.LST(11KB)
----shizhong.uvopt(57KB)
----shizhong.uvproj(13KB)
----shizhong_Opt.Bak(2KB)
----shizhong.plg(22KB)
----shizhong.opt.bak(2KB)
----shizhong.OBJ(39KB)

网友评论

  • AD处理部分太简单了,做出的电子称估计精度不会很高!
  • 程序被阉割了吧 功能不太完善