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

Missing lib_sdcard_v2.a #1

Open
Mat-Alm opened this issue Dec 10, 2016 · 6 comments
Open

Missing lib_sdcard_v2.a #1

Mat-Alm opened this issue Dec 10, 2016 · 6 comments

Comments

@Mat-Alm
Copy link

Mat-Alm commented Dec 10, 2016

Hello! I can't compile any project because of this missing library and also it has problems with I2C! Also it miss sdcard libs as well

@pvvx
Copy link
Owner

pvvx commented Dec 11, 2016

Added...

@pvvx
Copy link
Owner

pvvx commented Dec 11, 2016

fixed error I2C RTL8710..

@Mat-Alm
Copy link
Author

Mat-Alm commented Dec 12, 2016

Thanks! The problems listed above was fixed! I find a bug on serial port also. I can't change the default 38400 baud. Another bugs with SPI defs for compatiblity with other code like SPI_CLOCK_DIV4 and so on. It's possible to have acess to the sources of .a libs? I need to make some changes on MP3 lib to add a I2S code and in server connection part also to support multiple adress and some other stuff. And check the other libs for learning purposes.

@pvvx
Copy link
Owner

pvvx commented Dec 17, 2016

@pvvx
Copy link
Owner

pvvx commented Dec 17, 2016

"Another bugs with SPI defs for compatiblity with other code like SPI_CLOCK_DIV4 and so on." ??
SPI.setDefaultFrequency(20000000); // 20MHz
SPI.setDefaultFrequency(1000000); // 1MHz

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