Skip to content

Commit 4fcc39d

Browse files
authored
Add Class SPI API and I2C Examples Guide (#7)
* * Add Class SPI API - Class AmebaILI9341, SPISettings API - Delete SPI api backup * Add I2C Example Guide - Display Data on LCD Screen, - Master Receive Data from Arduino UNO, - Master Send Data to Arduino UNO, - MPU6050 DMP6 ImuData for ROS, - MPU6050 DMP6, - MPU6050 IMU Zero, - MPU6050 Raw Data, - OLED Display, - Retrieve Data from VL53L0X IR sensor, - Scan I2C devices * Update build-check-html.yml deleted main branch specification and added workflow_dispatch * Update MPU6050 DMP6 ImuData for ROS.rst minor bug fix * Update Retrieve Data from VL53L0X IR sensor.rst minor bug fix * link update
1 parent d7160b4 commit 4fcc39d

37 files changed

+2353
-2052
lines changed

.github/workflows/build-check-html.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Build Documentation
22

33
on:
44
push:
5-
branches:
6-
- main # Replace with your default branch
75
pull_request:
8-
branches:
9-
- main # Replace with your default branch
6+
workflow_dispatch:
107

118
jobs:
129
build-:

bak/API_Documents/SPI/Class AmebaILI9341.rst

Lines changed: 0 additions & 723 deletions
This file was deleted.

0 commit comments

Comments
 (0)