Totally agree.
It will be really cool if this chip deals with BT classic spp!
Is there any small clue to implement BT classic? or the APIs haven't opened yet?
Thanks,
Henry
Search found 2 matches
- Tue Jan 17, 2017 1:12 am
- Forum: Sample Code
- Topic: Bluetooth Classic - How to implement it!
- Replies: 11
- Views: 19065
- Mon Jan 16, 2017 2:52 pm
- Forum: ESP-IDF
- Topic: ADC2 Implementation
- Replies: 2
- Views: 7614
Re: ADC2 Implementation
I think reading some arduino-core code might be helpful.
if statement of __analogRead() in https://github.com/espressif/arduino-es ... -hal-adc.c
and __analogInit() could solve the problem.
if statement of __analogRead() in https://github.com/espressif/arduino-es ... -hal-adc.c
and __analogInit() could solve the problem.