Skip to content

Commit

Permalink
Updates (#37)
Browse files Browse the repository at this point in the history
* Update BW16-TypeC
   * getting started TW and CN
* Update Transmit IR SONY Data TW & CN translation
* Update Release History
* Update API class
* update .po and .mo
  • Loading branch information
daphwl committed Aug 1, 2022
1 parent 5707879 commit 084132c
Show file tree
Hide file tree
Showing 957 changed files with 145,001 additions and 23,858 deletions.
12 changes: 12 additions & 0 deletions docs/release_history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Release History

2022/06/29

- Misc:
- Update images for Network examples: changing from AmebaWiFi to WiFi
- Update SPI example: image and example name

2022/06/23

- Misc:
- Update TensorFlow Lite - Magic Wand Example
- Update TensorFlow Lite - Magic Wand Example TW and CN Translations

2022/06/20

- Features:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
=====================================
####################
Class Adafruit_GPS
=====================================

####################

**Description**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
=====================================
####################
Class AmebaILI9341
=====================================

.. class:: AmebaILI9341
####################

**Description**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
################
Class AmebaServo
################

.. class:: AmebaServo()

**Description**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Class AudioCodec
#################

.. class:: AudioCodec

**Description**


Expand All @@ -15,6 +13,7 @@ codec functions.
.. code:: cpp
class AudioCodec
**Members**

Expand Down Expand Up @@ -201,7 +200,7 @@ Configure the audio codec transmit and receive sampling rate.
**Parameters**

``sampleRate`` : desired audio codec sampling rate in Hz. Default value of
48000. Supported values: 8000, 16000, 32000, 44100, 48000, 88200, 96000.
1. Supported values: 8000, 16000, 32000, 44100, 48000, 88200, 96000.

**Returns**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Class BLEAddr
#################

.. class:: BLEAddr

**Description**

A class used for managing Bluetooth addresses.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

#################
Class BLEAdvert
#################

.. class:: BLEAdvert

**Description**

A class used for managing BLE advertising settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Class BLEAdvertData
###################

.. class:: BLEAdvertData


**Description**

A class used for managing BLE advertising data.
Expand Down
14 changes: 8 additions & 6 deletions docs/source/ambd_arduino/AMB21/api_documents/Class BLEBeacon.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#################
Class BLEBeacon
======================

.. class:: iBeacon

#################

**Description**

A class used for managing iBeacon BLE advertising data.

**Syntax**

class iBeacon
.. code:: cpp
class iBeacon
**Members**

Expand All @@ -19,8 +19,10 @@ class iBeacon
+============================+================================================+
| iBeacon::iBeacon | Create an instance of iBeacon advertising data |
+----------------------------+------------------------------------------------+
| **Public Methods** |   |

+----------------------------+------------------------------------------------+
| **Public Methods** |   |
+============================+================================================+
| iBeacon::getManufacturerId | Get current manufacturer ID value |
+----------------------------+------------------------------------------------+
| iBeacon::getUUID | Get current UUID value |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Class BLECharacteristic
===========================

.. class:: BLECharacteristic

**Description**

A class used for creating and managing BLE GATT characteristics.

**Syntax**
**Syntax**

.. code:: cpp
.. code:: cpp
class BLECharacteristic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Class BLEClient
===================

.. class:: BLEClient


**Description**

A class used for discovering and accessing BLE GATT services on a connected remote device.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Class BLEConnect
=================

.. class:: BLEConnect


**Description**

A class used for managing BLE connection settings.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#################
Class BLEDevice
===================
#################

**Description**
**Description**

A class used for general control and management of BLE functions.
A class used for general control and management of BLE functions.

**Syntax**
**Syntax**

.. code:: cpp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Class BLEHIDDevice
====================

**BLEHIDDevice Class**

**Description**

A class used for creating and managing HID over GATT Profile (HOGP)
services.

| **Syntax**
| class BLEHIDDevice
**Syntax**

.. code:: cpp
class BLEHIDDevice
**Members**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#####################
Class BLEHIDGamepad
===================
#####################

**Description**

Expand Down

0 comments on commit 084132c

Please sign in to comment.