/* * Copyright (c) 2018 Diego Sueiro * * SPDX-License-Identifier: Apache-2.0 */ /* * This sample app launches a shell. Interact with it using the `sensor` command. See * `drivers/sensor/sensor_shell.c`. There is nothing to do in the main thread. */ int main(void) { return 0; }