Skip to content
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

Arduino DUE Core onboard EEPROM #2

Closed
qiwalker opened this issue Aug 3, 2021 · 3 comments
Closed

Arduino DUE Core onboard EEPROM #2

qiwalker opened this issue Aug 3, 2021 · 3 comments

Comments

@qiwalker
Copy link

qiwalker commented Aug 3, 2021

@terjeio
Copy link
Contributor

terjeio commented Aug 3, 2021

can it use with GRBL HAL ?

The I2C code needs to be modified for that as it is connected to another port than the current code supports. You can do that?

@qiwalker
Copy link
Author

qiwalker commented Aug 4, 2021

i can't, no basic for C++ :(

@terjeio
Copy link
Contributor

terjeio commented Aug 4, 2021

no basic for C++

grblHAL is written in plain C...

Next build will have support for larger EEPROMS (> 2K) and the port used by this board. Add
#define I2C_ENABLE 2
to the board map file and set EEPROM_ENABLE to 2 in my_machine.h when uncommenting.

I am not sure when this build will be committed - I have some other changes I have to complete first.

@terjeio terjeio closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants