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
Hi I have a HT1622 based segment LCD connected to a Nordic 52832 board via
P0.17(pin20) => HT1622_DATA P0.18(pin21) => HT1622_WR P0.19(pin22) => HT1622_RD P0.20(pin23) => HT1622_CS
When I start using BLE, it hangs when I call Peripheral.begin();
I think there is a conflict but I do not know how to resolve it. Help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I have a HT1622 based segment LCD connected to a Nordic 52832 board via
P0.17(pin20) => HT1622_DATA
P0.18(pin21) => HT1622_WR
P0.19(pin22) => HT1622_RD
P0.20(pin23) => HT1622_CS
When I start using BLE, it hangs when I call Peripheral.begin();
I think there is a conflict but I do not know how to resolve it.
Help!
The text was updated successfully, but these errors were encountered: