STM32 Tutorial #26 - Creating a LIBRARY for a I2C sensor

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 2

  • @niclash
    @niclash 2 дні тому

    Referencing main.h in library isn't a good idea. Should only reference what is actually used, for instance a particular header file. If it is a variable, then declare it "extern int some_var" in the library.

    • @stm32world
      @stm32world  2 дні тому

      Ok, point taken. In this case a few typedefs