Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominaezzz committed Apr 20, 2024
1 parent 8da82ce commit 4e3eadf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/src/bin/lcd_cam_ov2640.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Drives the camera on a Freenove ESP32-S3 WROOM
//! Drives the camera on a Freenove ESP32-S3 WROOM (also works as is on the ESP32S3-EYE)
//!
//! This example reads a JPEG from an OV2640 and writes it to the console as hex.
//!
Expand All @@ -9,14 +9,14 @@
//! VSYNC GPIO6
//! HREF GPIO7
//! PCLK GPIO13
//! D0 GPIO11
//! D1 GPIO9
//! D2 GPIO8
//! D3 GPIO10
//! D4 GPIO12
//! D5 GPIO18
//! D6 GPIO17
//! D7 GPIO16
//! D2 GPIO11
//! D3 GPIO9
//! D4 GPIO8
//! D5 GPIO10
//! D6 GPIO12
//! D7 GPIO18
//! D8 GPIO17
//! D9 GPIO16

//% CHIPS: esp32s3

Expand Down

0 comments on commit 4e3eadf

Please sign in to comment.