[media=swf,500,375]http://www.tudou.com/v/7lMy8Vg65pI/&rpid=106547959&resourceId=106547959_04_05_99/v.swf[/media] The problem is that [color=#000][font=Helvetica, Arial, sans-serif][size=12px][b][url=
[i=s] This post was last edited by paulhyde on 2014-9-15 04:22 [/i] I found that there is very little information on this topic, so I will post it here, I hope it helps
[b]ADI November 2011 University Lecture Series - MEMS (Micro-Electro-Mechanical Systems): Part 1[/b][media=x,500,375]http://v.youku.com/v_show/id_XMzMzMDYxMDY0.html[/media]
void AD7708WriteRegister(char addr,long dat){SpiWriteData(addr); //Write the communication register and notify the next operation: write the addr register if(IsLong[addr]) {SpiWriteData(dat>>8);} char