These code have tried in the STC and it can show normally.However,I can’t understand why it can be used normally in the PIC18F66K80. ( the PIC18F66K80 PDF ) I need to emphasis that the compile is no problem. It’s my first time to use PIC,so I am not familiar to the operation of GPIO.
This is my code:
MAIN.C
The Code Used in PIC18F66K80
This is my code:
MAIN.C
Code (Text):
- 1. /*
- 2. * File: main.c
- 3. * Author: Administrator
- 4. *
- 5. * Created on 2017?8?23?, ??4:38
- 6....