Skip to content

Commit

Permalink
Added keyboard.h and devices.h on root librishka.h header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 17, 2024
1 parent c9beee7 commit ec8da04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/librishka.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
*/

#include <librishka/args.h> /**< @ingroup Rishka_SDK */
#include <librishka/devices.h> /**< @ingroup Rishka_SDK */
#include <librishka/fs.h> /**< @ingroup Rishka_SDK */
#include <librishka/gpio.h> /**< @ingroup Rishka_SDK */
#include <librishka/i2c.h> /**< @ingroup Rishka_SDK */
#include <librishka/int.h> /**< @ingroup Rishka_SDK */
#include <librishka/io.h> /**< @ingroup Rishka_SDK */
#include <librishka/keyboard.h> /**< @ingroup Rishka_SDK */
#include <librishka/memory.h> /**< @ingroup Rishka_SDK */
#include <librishka/runtime.h> /**< @ingroup Rishka_SDK */
#include <librishka/sys.h> /**< @ingroup Rishka_SDK */
Expand Down

0 comments on commit ec8da04

Please sign in to comment.