Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

C51: Which header file to use with Silabs EFM8LB12F64 (14 Replies)

$
0
0
Dear all, Would you help me to identify which header file to use with Silabs EFM8LB12F64E? I already tried to compile a very simple program , but, failed. #include <SI_EFM8LB1_Register_Enums.h> sbit LED_Green = P1^4; sbit LED_Blue = P1^5; sbit LED_Red = P1^6; sbit PB0 = P0^2; //Push Button 0 sbit PB1 = P0^3; //Push Button 1 MCU_init(){ // TO disable watchdog timer d

Viewing all articles
Browse latest Browse all 3049

Trending Articles