I saw a program about 5438ADC, which required If A00.5*AVcc, P1.0 set, else reset.
The program is written like this
if (ADC12MEM0 = 0x7ff) // ADC12MEM0 = A00.5AVcc? P1OUT |= BIT0; // P1.0 = 1 else P1O...
[i=s]This post was last edited by moonyuan on 2014-7-7 23:09[/i] [color=#ff00][backcolor=rgb(255, 255, 255)][font=Verdana][size=2]Participate in the HELPER2416 Development Board Student Aid Program[/s...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:00[/i]Technical Challenges:
Importance of Grounding Electronic EquipmentAnalysis of problems caused by various incorrect grounding meth...
Refer to chenzhufly's article:
https://bbs.eeworld.com.cn/viewthread.php?tid=355970Wrote an application to test I2C reading and writing EEPROM chip AT24C02:
// //app template, replace xxx with a speci...
This is a classic book about magnetic components. In school, magnetism is not taught much, and many people still don't understand what a magnetic field is. Last time I saw someone who didn't understan...
ubuntu 16.04 opencv3.2.0 ros system. Write a program to test opencv. Compile and get undefined reference to `cv::imread . . . Modify CMakeLists. find_package( OpenCV 3 REQUIRED ) target_link_libraries...