Skip to content

Commit 32f46c1

Browse files
committed
Table sizes and difficulty missing fixes
1 parent e984e4e commit 32f46c1

File tree

2 files changed

+9
-9
lines changed
  • content/hardware/06.nicla/boards

2 files changed

+9
-9
lines changed

content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac
17291729

17301730
- The code begins by importing all the necessary modules and defining the Bluetooth® Low Energy service and characteristics for an environment-sensing application.
17311731

1732-
| **Description** | **ID** |
1733-
|:------------------------------:|:------------------:|
1734-
| Environmental Sensing Service | 181A |
1735-
| Temperature Characteristic | 2A6E |
1732+
| **Description** | **ID** |
1733+
|:-----------------------------:|:------:|
1734+
| Environmental Sensing Service | 181A |
1735+
| Temperature Characteristic | 2A6E |
17361736

17371737
- Then sets up the Bluetooth® Low Energy service and characteristics; and begins advertising the defined Bluetooth® Low Energy service.
17381738

@@ -1856,11 +1856,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac
18561856

18571857
- The code begins by importing all the necessary libraries and defining the Bluetooth® Low Energy service and characteristics for an environment sensing application.
18581858

1859-
1860-
| **Description** | **ID** |
1861-
|:------------------------------:|:------------------:|
1862-
| Environmental Sensing Service | 181A |
1863-
| Temperature Characteristic | 2A6E |
1859+
| **Description** | **ID** |
1860+
|:------------------------------:|:------------------:|
1861+
| Environmental Sensing Service | 181A |
1862+
| Temperature Characteristic | 2A6E |
18641863

18651864
- In the `setup()` function, the code initializes the Nicla Vision board and sets up the Bluetooth® Low Energy service and characteristics; then, it begins advertising the defined Bluetooth® Low Energy service.
18661865

content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Audio Analysis with Machine Learning and the Nicla Voice'
33
description: 'Learn to use the Nicla Voice to create your own Machine Learning audio models with this getting started tutorial.'
4+
difficulty: intermediate
45
tags:
56
- Getting started
67
- Machine Learning tools

0 commit comments

Comments
 (0)