Quick update: Yes I'm still working on it, currently laying out the board itself. It's not a small PCB (About 100x60mm), and it's a mayor pain to rout it as a 2layer board (for cost saving), but I'm in progress.
Once I'm done, I'll update the schematic and post the files up here.
Vader[BEN]
FT81X shield for ESP32 DevKitC
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: FT81X shield for ESP32 DevKitC
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Who is online
Users browsing this forum: No registered users and 25 guests