-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stc example #15
Add stc example #15
Conversation
Add Generic STC15W204S (#14)
@znhocn e.g.
instead of
Not sure which is the preferred way, but I think for some reason vscode doesnt like these SFR/SBIT/etc macro style for discovering declarations of sfrs, etc. |
well disregard last comment, I am not sure that vscode understands __sfr/__sbit syntax either... |
@zerog2k There are two syntaxes
I am not sure which syntax is better. Why do I use STC Original Header:
The STC original header is used in the keil compiler and cannot be used in SDCC. |
Thanks! |
No description provided.