Adafruit_OV7670 icon indicating copy to clipboard operation
Adafruit_OV7670 copied to clipboard

Was going to use ESP32-S3-Nano with OV7675, but it seems the library missing some type definitions

Open atrbx5 opened this issue 10 months ago • 0 comments

The error not seems to be board specific. Can you still help?

Error: ov7670.h:76:3: error: 'OV7670_pin' does not name a type dma.h:73:29: error: 'DMAC_CHCTRLB_TRIGACT_BLOCK_Val' was not declared in this scope DMA_TRIGGER_ACTON_BLOCK = DMAC_CHCTRLB_TRIGACT_BLOCK_Val, dma.h:74:28: error: 'DMAC_CHCTRLB_TRIGACT_BEAT_Val' was not declared in this scope DMA_TRIGGER_ACTON_BEAT = DMAC_CHCTRLB_TRIGACT_BEAT_Val, etc

  • Arduino board: ESP32-S3-Nano; Nano 33 BLE
  • Arduino IDE version (found in Arduino -> About Arduino menu): 2.3.3
  • List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): open sample project

atrbx5 avatar Apr 01 '24 23:04 atrbx5