Révision 604
Ajouté par frkanaan il y a presque 4 ans
SP4b1.c | ||
---|---|---|
/***********************************************************************/
|
||
|
||
#include "sfr32c87.h"
|
||
char t;
|
||
|
||
unsigned char t,touche;
|
||
void main()
|
||
{
|
||
|
||
... | ... | |
p10=0x00;
|
||
while(1)
|
||
{
|
||
p10=0x0F
|
||
p10=0x0F;
|
||
t=p10;
|
||
if(t!=0x0F)
|
||
{
|
Formats disponibles : Unified diff
debut sp4b2