Beginners SPI
When the ISD4004 chip program, there are
IF (! K_STOP)//stop button
{
Delay1Ms (15);//delay
if(! K_STOP)
{
while(! K_STOP);
Stop ();//send the stop command
L_REC=1;//
lights went outL_PLAY=1;//
lights went outPlay_flag=0;//remove play
SS=1;
MOSI=1;
SCLK=1;
MOSI=1;
SCLK=1; How to understand
CodePudding user response:
MOSI=1; SCLK=1; Is MOSI=high level; SCLK=high level;
CodePudding user response: