Advertisement
Guest User

Untitled

a guest
May 5th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <FidPS2Host.h>
  2. void setup() {
  3. fid_ps2h_init(2,3);
  4. }
  5.  
  6. void loop() {
  7. delay(100);
  8. fid_ps2h_write(0x1c);
  9. fid_ps2h_write(0xf0);
  10. fid_ps2h_write(0x1c);
  11. delay(100);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement