Skip to content

Releases: mu-opensource/MuVisionSensor3

publishing library version 1.2.2

13 Jan 07:28

Choose a tag to compare

Please use with V1.1.5 or later firmware

  • 1.bug fixes: now all example works correctly

publishing library version 1.2.1

10 Dec 06:47

Choose a tag to compare

Please use with V1.1.5 or later firmware

  • 1.bug fixes: now all the examples can works correctly on boards that don't have SoftwareSerial library like esp32/8266
  • 2.rename from "III" -> "3"
  • 3.bug fixes: now MU works correctly after sensor set default
  • 4.added new functions: light sensor
  • 5.added new enum type for LED: kLedAll
  • 6.added new library: MuVisionSensor3_AT.h for AT commands

publishing library version 1.1.6

27 Jun 10:15

Choose a tag to compare

  • 1.添加了球算法Label类型:MU_BALL_TABLE_TENNIS,MU_BALL_TENNIS
  • 2.减少了begin函数因通讯异常而导致的程序卡死时间
  • 3.弃用了函数uint8_t begin(void* communication_port, MuVsMode mode),改为uint8_t begin(MuVsUart* communication_port);uint8_t begin(MuVsI2C* communication_port);
  • 4.新增函数MuVsVisionState* GetVisionState(MuVisionType vision_type),获取算法结果缓存地址
  • 5.添加了全新的例程、测试程序与相关文档

publishing library version 1.1.5

31 May 02:06

Choose a tag to compare

publishing library version 1.1.4

28 Apr 02:26

Choose a tag to compare

add vision sensor v1.1.4 release zip