all-test.4mu 285 B

1234567891011121314151617181920
  1. include key-test.4th
  2. test-keys-main
  3. include lcd-test.4th
  4. test-lcd-main
  5. include ctp-test.4th
  6. test-ctp-main
  7. include gpiotest.4th
  8. test-gpio-main
  9. : all-again ( -- )
  10. begin
  11. test-keys-main
  12. test-lcd-main
  13. test-ctp-main
  14. test-gpio-main
  15. again
  16. ;
  17. all-again