simtrace main with phone as clk master

This commit is contained in:
Christina Quast
2015-02-24 11:35:19 +01:00
parent 5bcac5df4d
commit 32906bb919
4 changed files with 394 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
// FIXME: static function definitions
uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
uint32_t _ISO7816_SendChar( uint8_t CharToSend );
void Phone_Master_Init( void );