objc

File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  include
  Application
 Application.hApplication framework header
 ApplicationDelegate+Protocol.hDefines a protocol for the application delegate
 GPIO.hDefines a class for controlling General Purpose Input/Output (GPIO) pins
 GPIODelegate+Protocol.hDefines a protocol for the GPIO delegate
 GPIOTypes.hGPIO input types for handling GPIO events
 InputManager+Delegate.h
 InputManager+Protocols.hDefines protocols for the input manager delegate
 LED.hDefines a class for controlling Light Emitting Diodes (LEDs)
 NXApplication+Types.h
 NXApplication.h
 NXApplicationMain.hApplication framework main entry point
 NXInputManager+Types.hApplication framework input manager types
 NXInputManager.hThe input manager class for handling user input
 NXTimer.hDefines a class for controlling timers
 TimerDelegate+Protocol.hDefines a protocol for the timer delegate
  drivers
 drivers.hDrivers header
 drivers_bme280.hBME280 sensor interface
 drivers_st7789.hST7789 TFT LCD display driver interface
 drivers_uc8151.hUC8151 e-paper display driver interface
  Foundation
 Collection+Protocol.hDefines a protocol that adds collection methods for an Object
 Foundation.hFoundation framework header
 JSON+Protocol.hDefines a protocol that adds JSON methods for an Object
 NXArch.hArchitecture-related constants, types, and functions for Foundation
 NXArray.hDefines an array class for storing ordered objects
 NXAutoreleasePool.hDefines the NXAutoreleasePool class for managing autoreleased objects
 NXComparisonResult.hDefines the NXComparisonResult enumeration used for comparison operations
 NXData.hDefines a structure for storing binary data
 NXDate.hDefines the NXDate class for date and time manipulation
 NXLog.hDefines a logging function for printing formatted messages
 NXMap.hDefines a map class for storing key-value pairs, where keys are strings
 NXNotFound.hConstants for representing "not found" values
 NXNull.hDefines a null value that can be inserted into collections
 NXNumber.hDefines number-related functions and classes for the Foundation framework
 NXObject.hDefines the NXObject class, the base class for the Foundation framework
 NXPoint.h2D point type and operations
 NXString.hDefines the NXString class, which provides string manipulation functionality
 NXThread.hDefines the NXThread class for thread management
 NXTimeInterval.hTime interval type and constants for duration measurements
 NXZone.hDefines the NXZone class for memory management
 Object+Description.hAdds a description method to the Object class
 Retain+Protocol.h
  Network
 MQTT.hMQTT client
 MQTTDelegate+Protocol.hDefines the MQTTDelegate for MQTT events
 Network.hNetwork framework header
 NetworkTimeDelegate+Protocol.hDefines the NetworkTimeDelegate for network time events
 NXNetworkTime.hDefines the NXNetworkTime class for managing network time synchronization
 NXWireless.hDefines the NXWireless class for managing wireless connections
 NXWirelessError.hDefines the NXWirelessError enumeration for wireless connection errors
 NXWirelessNetwork.hDefines the NXWirelessNetwork class for specifying wireless network information
 WirelessDelegate+Protocol.hDefines the WirelessDelegateProtocol for wireless events
  runtime-fs
 fs.hFile system abstraction layer for lightweight embedded & host storage
  runtime-gcc
  objc
  runtime-hw
 adc.hADC (Analog-to-Digital Converter) interface
 gpio.hGPIO (General Purpose Input/Output) interface
 hw.hHardware interface abstraction layer
 i2c.hI2C (Inter-Integrated Circuit) interface
 infrared.hInfrared (IR) receiver interface
 led.hLED control interface
 power.hPower management interface
 pwm.hPulse Width Modulation (PWM) interface
 spi.hSPI (Serial Peripheral Interface) interface
 watchdog.hHardware Watchdog Timer Abstraction Layer
 wifi.hWi-Fi management interface
  runtime-net
 mqtt.hMQTT management interface
 net.hNetwork interface abstraction layer
 ntp.hNetwork Time Protocol (NTP) interface
  runtime-pix
 display.hDisplay functions
 frame.hFrame functions
 pix.hPixel display and frame management functions
 types.hCommon pixel types and structures
  runtime-sys
 assert.hDefines a custom assertion macro
 atomic.hSimple atomic uint32_t API (get, set, increment, decrement)
 date.hDate and Time management functions
 env.hEnvironment information
 event.hDefines event queue functionality for producer/consumer patterns
 hash.hMethods for hash generation from data
 hashtable.hA hash table implementation
 memory.hMemory management
 printf.hFunctions for formatted strings output
 random.hRandom number generation
 sync.hSynchronization primitives for thread-safe operations
 sys.hSystem management functions
 thread.hThread management and program execution
 timer.hCreating periodic and one-shot timers