We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most of the defines that we have in Arduino AVR and in the Arduino core for ESP8266 are missing here.
Some examples: lowByte, highByte, bitRead, bitSet, bitClear, bitWrite, LSBFIRST, MSBFIRST, ...
The text was updated successfully, but these errors were encountered:
yes, thanks for pointing it out. I'll add them
Sorry, something went wrong.
done :) 29feaaa
Merge pull request #25 from espressif/master
cae60af
Update 05112021
Merge pull request espressif#25 from Jakeler/master
15a9839
Replace `arch` with `uname -m`
No branches or pull requests
Most of the defines that we have in Arduino AVR and in the Arduino core for ESP8266 are missing here.
Some examples: lowByte, highByte, bitRead, bitSet, bitClear, bitWrite, LSBFIRST, MSBFIRST, ...
The text was updated successfully, but these errors were encountered: