openmv/scripts/examples/09-WiFi/WINC1500/fw_version.py
iabdalkader 0101917e0e scripts/examples: Refactor WiFi and Bluetooth examples.
Unified set of examples for all WiFi/BT modules.
2023-10-28 17:25:57 +02:00

11 lines
285 B
Python

# This work is licensed under the MIT license.
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
# https://github.com/openmv/openmv/blob/master/LICENSE
#
# Atmel WINC1500 firmware version.
import network
wlan = network.WINC()
print("\nFirmware version:", wlan.fw_version())