Changes

Tutorial P1 Using a Custom Trigger

4 bytes added, 20:26, 23 May 2017
no edit summary
/**********************************
* Start user-specific code here. */
 
uint8_t get_pt(uint8_t* pt)
{
return 0x00;
}
 
/* End user-specific code here. *
********************************/
/**********************************
* Start user-specific code here. */
 
uint8_t get_pt(uint8_t* pt)
{
return 0x00;
}
 
/* End user-specific code here. *
********************************/