代码搜索:Abstract

找到约 10,000 项符合「Abstract」的源代码

代码结果 10,000
www.eeworm.com/read/347952/11622419

txt abstract.txt

This simple BLINKY project shows several techniques that are useful on the Philips LPC2100 series. It changes constantly the status on the output port GPIO P1.16..23. The example shows: -
www.eeworm.com/read/261658/11630853

txt abstract.txt

This examples shows nesting of classic interrupt functions on the MCB2100 Board. It uses two interrupts Timer0 (tc0) and external interrupt (EINT1 input assigned to GPIO 0.14 and connected to INT1
www.eeworm.com/read/261658/11631371

txt abstract.txt

This example demonstrates the use of the Standard IO libraries and how to interface them to a given peripheral The two functions Putchar and getchar are written to send/receive one character to t
www.eeworm.com/read/347156/11687238

txt abstract.txt

'LCD_BMP'是芯片STM32F103RBT6的一个例子 使用智林'Z32R'开发板演示如何在真彩液晶上显示位图。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1
www.eeworm.com/read/347153/11687380

txt abstract.txt

'LCD_BMP'是芯片STM32F103RBT6的一个例子 使用智林'Z32R'开发板I2C实验。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1 = HCLK/2
www.eeworm.com/read/347151/11687547

txt abstract.txt

'LCD_BMP'是芯片STM32F103RBT6的一个例子 使用智林'Z32R'开发板演示小游戏:贪吃蛇。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1 = HCL
www.eeworm.com/read/347148/11688342

txt abstract.txt

'LCD_BMP'是芯片STM32F103RBT6的一个例子 使用智林'Z32R'开发板演示GPIO输入。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1 = HCLK
www.eeworm.com/read/347147/11688582

txt abstract.txt

'LCD'是芯片STM32F103RBT6的一个例子 使用智林'Z32R'开发板演示如何如何驱动真彩液晶。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1 = HCLK
www.eeworm.com/read/347144/11688737

txt abstract.txt

'PWM'是芯片STM32F103RBT6的一个简单例子 使用智林'Z32R'开发板演示如何使用定时器TIM2 做PWM(Pulse Width Modulation)输出。 目的是点亮板上TFT液晶屏的背光,驱动背光需要6到7V左右的电压, 我们使用一个简单的升压电路来完成。 例子: - 时钟配置: - XTAL = 12.00 MHz
www.eeworm.com/read/157342/11718673

txt abstract.txt

This example program uses ARTX Kernel to control 2 tasks and to pass signals between the tasks. The tasks in this program do nothing. This example is documented in the ARTX documentation under: You