-
Notifications
You must be signed in to change notification settings - Fork 37
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
3rd party boards support URL #3
Comments
Excellent work on this David, I shall certainly mention this when I next do a video on the LGT chip (or a general update). Thanks for the heads up. |
Also:
All work like a charm. |
We'll soon have an API for the Differential Amplifier also! |
Differential Amplifier working with all (available) pin combinations! |
I burned the usb input diode through sloppy testing (I think I accidentally connected 5v to GND). Luckily the diode is not crucial so I bridged it and was able to finish the Differential Amplifier Library. It is available in the just released v1.0.3 of the core (examples/differential_amplifier) Feedback welcomed! :) |
Hi dear people: This is the code: https://github.com/pu2clr/SI4735 The board on myy ATS-20 is the green like nano board and the error code is this one: In file included from c:\Users*\Documents\Arduino\libraries\Tiny4kOLED\src/Tiny4kOLED_Wire.h:12:0, Compilation error: exit status 1 This only occur when compiling with your hardware definition for the board you have publish here. Any help, suggestion or comments are welcome. Milton |
Easier installation (via url) + better menu + lots of clock speeds (32/16/8/4/2/1Mhz) + automatic clock prescaler selection (no need for
clock_prescale_set
).https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json
Here's my repo:
https://github.com/dbuezas/lgt8fx
Hope it is useful for others too.
The text was updated successfully, but these errors were encountered: