Skip to content

Commit c63700e

Browse files
committed
Update README.md
1 parent c4a6b28 commit c63700e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Использует библиотеку **Wire.h** для работы с шиной I²C
1010
* Поддерживается большинством плат: *STM32, AVR, ESP8266, ESP32 ...*
1111
* Имеет методы с верифкацией (проверкой выполнения)
12+
* Имеет методы со ссылками (references)
1213
* Имеет программную кнопку (экспериментально, не является стандартным решением)
1314
* [3D-модель](addons/AS5600-Case-STL/) корпуса для макета
1415
* Куча встроенных [примеров](examples/): *упрвление громкостью, [несколько датчиков](examples/AnyMCU/MultiSensorsTCA9548A_Serial), упрвление яркостью LED, Bluetooth на ESP32, [AS5600 Visually](addons/AS5600-Visually/), дисплей SSD1306, сервер на ESP32 ...*
@@ -22,10 +23,10 @@
2223
* Миниатюрная [печатная плата](https://github.com/S-LABc/AMS-AS5600-AS5601-Sensors-Board)
2324

2425
## ✌️ Ссылки
25-
* [Даташит AS5600](https://ams.com/documents/20143/36005/AS5600_DS000365_5-00.pdf)
26-
* [Даташит AS5600L](https://ams.com/documents/20143/36005/AS5600L_DS000545_3-00.pdf)
27-
* [Страница AS5600](https://ams.com/en/as5600)
28-
* [Страница AS5600L](https://ams.com/as5600l)
26+
* [Даташит AS5600](https://look.ams-osram.com/m/7059eac7531a86fd/original/AS5600-DS000365.pdf)
27+
* [Даташит AS5600L](https://look.ams-osram.com/m/657fca3b775890b7/original/AS5600L-DS000545.pdf)
28+
* [Страница AS5600](https://ams-osram.com/products/sensors/position-sensors/ams-as5600-position-sensor)
29+
* [Страница AS5600L](https://ams-osram.com/products/sensors/position-sensors/ams-as5600l-magnetic-rotary-position-sensor)
2930
* [Ядро ESP8266](https://github.com/esp8266/Arduino)
3031
* [Ядро ESP32](https://github.com/espressif/arduino-esp32)
3132
* [Ядро STM32 Роджера](https://github.com/rogerclarkmelbourne/Arduino_STM32)

0 commit comments

Comments
 (0)