Skip to content

sAPI r0.4.0

Compare
Choose a tag to compare
@epernia epernia released this 05 Dec 06:00
· 12 commits to master since this release

sAPI library for microcontrollers r0.4.0

This library implements a simple API that acts as a HAL (Hardware Abstraction Layer) for microcontrollers.

Included modules on this release

Internal Peripherals

  • Data types.
  • Peripheral Map.
  • ISR Vector.
  • Board.
  • Tick.
  • GPIO.
  • UART.
  • ADC.
  • DAC.
  • I2C.
  • RTC.
  • Sleep.
  • PWM.

Delays

  • Delay.

External Peripherals

  • 7-segment display.
  • Keypad.
  • Angular Servo (0 to 180°).
  • Magnetometer (compass) sensor HMC5883L.

Every module includes an example.

Size ~2.2 MB.