1
µTasker general / Is there a list of all external SPI devices supported
« on: March 21, 2010, 12:09:41 AM »
Just looking for a list of all SPI devices supported.
Nov 2020: uTasker i.MX RT V1.4.12 is productive - with complete secure loading concept.
Follow uTasker updates at www.twitter.com/uTasker !!
Online Forum registration has now been disabled. Please send an email to an address at the bottom of the home page with your preferred user name and email address if you would like an account.
Return to uTasker main site: www.utasker.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
const UTASKTABLEINIT ctTaskTable[] = {
{ "Wdog", fnTaskWatchdog, NO_QUE, (DELAY_LIMIT)0,(DELAY_LIMIT)( 0.2 * SEC ), RTMK_GO},
{ "Blink", fnTaskWatchdog, SMALL_QUE, (DELAY_LIMIT)( 0.5 * SEC ),(DELAY_LIMIT)(0.5 * SEC ), RTMK_GO},
{ 0 } // end of task list
};