EasyManuals Logo

STMicroelectronics STM8 User Manual

STMicroelectronics STM8
126 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #81 background imageLoading...
Page #81 background image
n = ((value / 10) % 10);
GPIO_Write(GPIOD, num[n]);
GPIO_Write(GPIOC, 0xB0);
break;
}
case 4:
{
n = (value % 10);
GPIO_Write(GPIOD, num[n]);
GPIO_Write(GPIOC, 0x70);
break;
}
}
seg++;
if(seg > 4)
{
seg = 1;
}
TIM4_ClearFlag(TIM4_FLAG_UPDATE);
Demo
Video link: https://youtu.be/Sa20Hf2N4gE

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the STMicroelectronics STM8 and is the answer not in the manual?

STMicroelectronics STM8 Specifications

General IconGeneral
BrandSTMicroelectronics
ModelSTM8
CategoryMicrocontrollers
LanguageEnglish

Related product manuals