/var/www/restricted/ssh/stm32/www/stm32circle/
phpMyVisites | Open source web analytics
Pages: 1
Hello,to add clicking capability to the application add the following lines to the file hw_config.c :to line 138:
static s16 Last_Shocked = 0; u8 Click = 0; if(pMEMS_Info->Shocked != Last_Shocked) { Click = 1; Last_Shocked = pMEMS_Info->Shocked; }
and then to the line 148 :
Mouse_Buffer[0] = Click;
Sincerely yours,wincent
Offline