We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
portInputRegister
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
portOutputRegister isn't defined, will need to define it in a similar style to portOutputRegister(port) in Godmode.h.
portOutputRegister(port)
Godmode.h
#define portInputRegister(P) ( (volatile uint8_t *)( pgm_read_word( port_to_input_PGM + (P))) )
It may be AVR-only: https://garretlab.web.fc2.com/en/arduino/inside/hardware/arduino/avr/cores/arduino/Arduino.h/portInputRegister.html
Found in https://github.com/Open-Acidification/TankControllerLib/pull/11/checks?check_run_id=1398445342#step:6:31 as part of Open-Acidification/TankControllerLib#11
The text was updated successfully, but these errors were encountered:
portInputRegister()
Successfully merging a pull request may close this issue.
Issue Summary
portOutputRegister isn't defined, will need to define it in a similar style to
portOutputRegister(port)
inGodmode.h
.It may be AVR-only:
https://garretlab.web.fc2.com/en/arduino/inside/hardware/arduino/avr/cores/arduino/Arduino.h/portInputRegister.html
Found in https://github.com/Open-Acidification/TankControllerLib/pull/11/checks?check_run_id=1398445342#step:6:31 as part of Open-Acidification/TankControllerLib#11
The text was updated successfully, but these errors were encountered: